Html Css Color HEX #341A02 Cocoa Brown

📋 copy color: '#341A02'

red 52 ◦ green 26 ◦ blue 2

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

Shades of Cocoa Brown #341A02

Tints of Cocoa Brown #341A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.5%

R = 65%
G = 32.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#341A02 (or 0x341A02) is known color: Cocoa Brown. HEX triplet: 34, 1A and 02. RGB value is (52,26,2). Sum of RGB (Red+Green+Blue) = 52+26+2=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A02 is #CBE5FD. Grayscale: #1F1F1F. Windows color (decimal): -13362686 or 137780. OLE color: 137780.

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

Color convert

RGB 52 26 2 -
CMYK 0 0.50 0.96 0.80
HSL 28.8º 0.93% 0.11% -
HSV(B) 28.8º 0.96% 0.2% -
XYZ 1.8 1.47 0.25 -
YUV 31.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 52 26 2 0 0.50 0.96 0.80 28.8 0.93 0.11
Hex 34 1A 2 0 32 60 50 1D 5D B
Octal 64 32 2 0 62 140 120 35 135 13
Binary 110100 11010 10 0 110010 1100000 1010000 11101 1011101 1011

Color Harmonies of #341A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A02

Black with #341A02

Text Example


Text Example

White with #341A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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