Shades of Bilbao #33670D
Tints of Bilbao #33670D
RGB
CMYK
RGB Variations
Color information
#33670D (or 0x33670D) is known color: Bilbao. HEX triplet: 33, 67 and 0D. RGB value is (51,103,13). Sum of RGB (Red+Green+Blue) = 51+103+13=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #33670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33670D is #CC98F2. Grayscale: #4D4D4D. Windows color (decimal): -13408499 or 878387. OLE color: 878387.
HSL color Cylindrical-coordinate representation of color #33670D: hue angle of 94.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33670D is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 13 | - |
| CMYK | 0.50 | 0 | 0.87 | 0.60 |
| HSL | 94.67º | 0.78% | 0.23% | - |
| HSV(B) | 94.67º | 0.87% | 0.4% | - |
| XYZ | 6.29 | 10.43 | 2.06 | - |
| YUV | 77.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 13 | 0.50 | 0 | 0.87 | 0.60 | 94.67 | 0.78 | 0.23 |
| Hex | 33 | 67 | D | 32 | 0 | 57 | 3C | 5F | 4E | 17 |
| Octal | 63 | 147 | 15 | 62 | 0 | 127 | 74 | 137 | 116 | 27 |
| Binary | 110011 | 1100111 | 1101 | 110010 | 0 | 1010111 | 111100 | 1011111 | 1001110 | 10111 |
Color Harmonies of #33670D
Complementary color
Monochromatic Colors of #33670D
Black with #33670D
Text Example
Text Example
White with #33670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33670D; }
p { color: rgb(51,103,13); }
H1.HeaderClassName
{
color: #33670D;
}
.AnyTagClassName
{
color: #33670D;
}
</style>
background-color css
<style>
a { background-color: #33670D; }
a { background-color: rgb(51,103,13); }
div.DivClassName
{
background-color: #33670D;
}
.BgClassName
{
background-color: #33670D;
}
</style>
border-color css
<style>
span { border-color: #33670D; }
span { border-color: rgb(51,103,13); }
td.TdClassName
{
border-color: #33670D;
}
.TagClassName
{
border-color: #33670D;
}
</style>