Html Css Color HEX #341F0D Cocoa Brown

📋 copy color: '#341F0D'

red 52 ◦ green 31 ◦ blue 13

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

Shades of Cocoa Brown #341F0D

Tints of Cocoa Brown #341F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 54.17%
G = 32.29%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#341F0D (or 0x341F0D) is known color: Cocoa Brown. HEX triplet: 34, 1F and 0D. RGB value is (52,31,13). Sum of RGB (Red+Green+Blue) = 52+31+13=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 31 (12.5% from 255 or 32.29% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0D is #CBE0F2. Grayscale: #232323. Windows color (decimal): -13361395 or 859956. OLE color: 859956.

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

Color convert

RGB 52 31 13 -
CMYK 0 0.40 0.75 0.80
HSL 27.69º 0.6% 0.13% -
HSV(B) 27.69º 0.75% 0.2% -
XYZ 1.98 1.74 0.61 -
YUV 35.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 52 31 13 0 0.40 0.75 0.80 27.69 0.6 0.13
Hex 34 1F D 0 28 4B 50 1C 3C D
Octal 64 37 15 0 50 113 120 34 74 15
Binary 110100 11111 1101 0 101000 1001011 1010000 11100 111100 1101

Color Harmonies of #341F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F0D

Black with #341F0D

Text Example


Text Example

White with #341F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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