Html Css Color HEX #341F12 Cocoa Brown

📋 copy color: '#341F12'

red 52 ◦ green 31 ◦ blue 18

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

Shades of Cocoa Brown #341F12

Tints of Cocoa Brown #341F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 51.49%
G = 30.69%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#341F12 (or 0x341F12) is known color: Cocoa Brown. HEX triplet: 34, 1F and 12. RGB value is (52,31,18). Sum of RGB (Red+Green+Blue) = 52+31+18=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #341F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F12 is #CBE0ED. Grayscale: #232323. Windows color (decimal): -13361390 or 1187636. OLE color: 1187636.

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

Color convert

RGB 52 31 18 -
CMYK 0 0.40 0.65 0.80
HSL 22.94º 0.49% 0.14% -
HSV(B) 22.94º 0.65% 0.2% -
XYZ 2.02 1.75 0.8 -
YUV 35.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 52 31 18 0 0.40 0.65 0.80 22.94 0.49 0.14
Hex 34 1F 12 0 28 41 50 17 31 E
Octal 64 37 22 0 50 101 120 27 61 16
Binary 110100 11111 10010 0 101000 1000001 1010000 10111 110001 1110

Color Harmonies of #341F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F12

Black with #341F12

Text Example


Text Example

White with #341F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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