Html Css Color HEX #331B08 Cocoa Brown

📋 copy color: '#331B08'

red 51 ◦ green 27 ◦ blue 8

#331B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #331B08

Tints of Cocoa Brown #331B08

RGB

 RED value IS 51 (20.31% from 255) = 59.3%

 GREEN value IS 27 (10.94% from 255) = 31.4%

 BLUE value IS 8 (3.52% from 255) = 9.3%

R = 59.3%
G = 31.4%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331B08 (or 0x331B08) is known color: Cocoa Brown. HEX triplet: 33, 1B and 08. RGB value is (51,27,8). Sum of RGB (Red+Green+Blue) = 51+27+8=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B08 is #CCE4F7. Grayscale: #202020. Windows color (decimal): -13427960 or 531251. OLE color: 531251.

HSL color Cylindrical-coordinate representation of color #331B08: hue angle of 26.51º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331B08 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 27 8 -
CMYK 0 0.47 0.84 0.8
HSL 26.51º 0.73% 0.12% -
HSV(B) 26.51º 0.84% 0.2% -
XYZ 1.8 1.51 0.43 -
YUV 32.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 51 27 8 0 0.47 0.84 0.8 26.51 0.73 0.12
Hex 33 1B 8 0 2F 54 50 1B 49 C
Octal 63 33 10 0 57 124 120 33 111 14
Binary 110011 11011 1000 0 101111 1010100 1010000 11011 1001001 1100

Color Harmonies of #331B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331B08

Black with #331B08

Text Example


Text Example

White with #331B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331B08; }

 p { color: rgb(51,27,8); }

 H1.HeaderClassName
 {
   color: #331B08;
 }
 .AnyTagClassName
 {
   color: #331B08;
 }
</style>

background-color css

<style>
 a { background-color: #331B08; }

 a { background-color: rgb(51,27,8); }

 div.DivClassName
 {
   background-color: #331B08;
 }
 .BgClassName
 {
   background-color: #331B08;
 }
</style>

border-color css

<style>
 span { border-color: #331B08; }

 span { border-color: rgb(51,27,8); }

 td.TdClassName
 {
   border-color: #331B08;
 }
 .TagClassName
 {
   border-color: #331B08;
 }
</style>