Html Css Color HEX #341B05 Cocoa Brown

📋 copy color: '#341B05'

red 52 ◦ green 27 ◦ blue 5

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

Shades of Cocoa Brown #341B05

Tints of Cocoa Brown #341B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.14%

 BLUE value IS 5 (2.34% from 255) = 5.95%

R = 61.9%
G = 32.14%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#341B05 (or 0x341B05) is known color: Cocoa Brown. HEX triplet: 34, 1B and 05. RGB value is (52,27,5). Sum of RGB (Red+Green+Blue) = 52+27+5=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341B05 is #CBE4FA. Grayscale: #202020. Windows color (decimal): -13362427 or 334644. OLE color: 334644.

HSL color Cylindrical-coordinate representation of color #341B05: hue angle of 28.09º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341B05 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 27 5 -
CMYK 0 0.48 0.90 0.80
HSL 28.09º 0.82% 0.11% -
HSV(B) 28.09º 0.9% 0.2% -
XYZ 1.84 1.52 0.34 -
YUV 31.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 52 27 5 0 0.48 0.90 0.80 28.09 0.82 0.11
Hex 34 1B 5 0 30 5A 50 1C 52 B
Octal 64 33 5 0 60 132 120 34 122 13
Binary 110100 11011 101 0 110000 1011010 1010000 11100 1010010 1011

Color Harmonies of #341B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B05

Black with #341B05

Text Example


Text Example

White with #341B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,27,5); }

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

background-color css

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

 a { background-color: rgb(52,27,5); }

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

border-color css

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

 span { border-color: rgb(52,27,5); }

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