Html Css Color HEX #341D0D Cocoa Brown

📋 copy color: '#341D0D'

red 52 ◦ green 29 ◦ blue 13

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

Shades of Cocoa Brown #341D0D

Tints of Cocoa Brown #341D0D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

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

R = 55.32%
G = 30.85%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#341D0D (or 0x341D0D) is known color: Cocoa Brown. HEX triplet: 34, 1D and 0D. RGB value is (52,29,13). Sum of RGB (Red+Green+Blue) = 52+29+13=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D0D is #CBE2F2. Grayscale: #222222. Windows color (decimal): -13361907 or 859444. OLE color: 859444.

HSL color Cylindrical-coordinate representation of color #341D0D: hue angle of 24.62º 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 #341D0D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 29 13 -
CMYK 0 0.44 0.75 0.80
HSL 24.62º 0.6% 0.13% -
HSV(B) 24.62º 0.75% 0.2% -
XYZ 1.93 1.64 0.6 -
YUV 34.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 52 29 13 0 0.44 0.75 0.80 24.62 0.6 0.13
Hex 34 1D D 0 2C 4B 50 19 3C D
Octal 64 35 15 0 54 113 120 31 74 15
Binary 110100 11101 1101 0 101100 1001011 1010000 11001 111100 1101

Color Harmonies of #341D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D0D

Black with #341D0D

Text Example


Text Example

White with #341D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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