Html Css Color HEX #341F0B Cocoa Brown

📋 copy color: '#341F0B'

red 52 ◦ green 31 ◦ blue 11

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

Shades of Cocoa Brown #341F0B

Tints of Cocoa Brown #341F0B

RGB

 RED value IS 52 (20.7% from 255) = 55.32%

 GREEN value IS 31 (12.5% from 255) = 32.98%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 55.32%
G = 32.98%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.80

RGB Variations

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

Color information

#341F0B (or 0x341F0B) is known color: Cocoa Brown. HEX triplet: 34, 1F and 0B. RGB value is (52,31,11). Sum of RGB (Red+Green+Blue) = 52+31+11=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0B is #CBE0F4. Grayscale: #232323. Windows color (decimal): -13361397 or 728884. OLE color: 728884.

HSL color Cylindrical-coordinate representation of color #341F0B: hue angle of 29.27º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341F0B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 11 -
CMYK 0 0.40 0.79 0.80
HSL 29.27º 0.65% 0.12% -
HSV(B) 29.27º 0.79% 0.2% -
XYZ 1.97 1.73 0.55 -
YUV 35 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 52 31 11 0 0.40 0.79 0.80 29.27 0.65 0.12
Hex 34 1F B 0 28 4F 50 1D 41 C
Octal 64 37 13 0 50 117 120 35 101 14
Binary 110100 11111 1011 0 101000 1001111 1010000 11101 1000001 1100

Color Harmonies of #341F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F0B

Black with #341F0B

Text Example


Text Example

White with #341F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F0B; }

 p { color: rgb(52,31,11); }

 H1.HeaderClassName
 {
   color: #341F0B;
 }
 .AnyTagClassName
 {
   color: #341F0B;
 }
</style>

background-color css

<style>
 a { background-color: #341F0B; }

 a { background-color: rgb(52,31,11); }

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

border-color css

<style>
 span { border-color: #341F0B; }

 span { border-color: rgb(52,31,11); }

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