Html Css Color HEX #341A04 Cocoa Brown

📋 copy color: '#341A04'

red 52 ◦ green 26 ◦ blue 4

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

Shades of Cocoa Brown #341A04

Tints of Cocoa Brown #341A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 31.71%

 BLUE value IS 4 (1.95% from 255) = 4.88%

R = 63.41%
G = 31.71%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#341A04 (or 0x341A04) is known color: Cocoa Brown. HEX triplet: 34, 1A and 04. RGB value is (52,26,4). Sum of RGB (Red+Green+Blue) = 52+26+4=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A04 is #CBE5FB. Grayscale: #1F1F1F. Windows color (decimal): -13362684 or 268852. OLE color: 268852.

HSL color Cylindrical-coordinate representation of color #341A04: hue angle of 27.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341A04 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 26 4 -
CMYK 0 0.50 0.92 0.80
HSL 27.5º 0.86% 0.11% -
HSV(B) 27.5º 0.92% 0.2% -
XYZ 1.81 1.48 0.3 -
YUV 31.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 52 26 4 0 0.50 0.92 0.80 27.5 0.86 0.11
Hex 34 1A 4 0 32 5C 50 1C 56 B
Octal 64 32 4 0 62 134 120 34 126 13
Binary 110100 11010 100 0 110010 1011100 1010000 11100 1010110 1011

Color Harmonies of #341A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A04

Black with #341A04

Text Example


Text Example

White with #341A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,26,4); }

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

background-color css

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

 a { background-color: rgb(52,26,4); }

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

border-color css

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

 span { border-color: rgb(52,26,4); }

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