Html Css Color HEX #341F11 Cocoa Brown

📋 copy color: '#341F11'

red 52 ◦ green 31 ◦ blue 17

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

Shades of Cocoa Brown #341F11

Tints of Cocoa Brown #341F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17%

R = 52%
G = 31%
B = 17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#341F11 (or 0x341F11) is known color: Cocoa Brown. HEX triplet: 34, 1F and 11. RGB value is (52,31,17). Sum of RGB (Red+Green+Blue) = 52+31+17=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #341F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F11 is #CBE0EE. Grayscale: #232323. Windows color (decimal): -13361391 or 1122100. OLE color: 1122100.

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

Color convert

RGB 52 31 17 -
CMYK 0 0.40 0.67 0.80
HSL 24º 0.51% 0.14% -
HSV(B) 24º 0.67% 0.2% -
XYZ 2.01 1.75 0.76 -
YUV 35.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 52 31 17 0 0.40 0.67 0.80 24 0.51 0.14
Hex 34 1F 11 0 28 43 50 18 33 E
Octal 64 37 21 0 50 103 120 30 63 16
Binary 110100 11111 10001 0 101000 1000011 1010000 11000 110011 1110

Color Harmonies of #341F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F11

Black with #341F11

Text Example


Text Example

White with #341F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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