Html Css Color HEX #341C00 Cocoa Brown

📋 copy color: '#341C00'

red 52 ◦ green 28 ◦ blue 0

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

Shades of Cocoa Brown #341C00

Tints of Cocoa Brown #341C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65%
G = 35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#341C00 (or 0x341C00) is known color: Cocoa Brown. HEX triplet: 34, 1C and 00. RGB value is (52,28,0). Sum of RGB (Red+Green+Blue) = 52+28+0=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C00 is #CBE3FF. Grayscale: #202020. Windows color (decimal): -13362176 or 7220. OLE color: 7220.

HSL color Cylindrical-coordinate representation of color #341C00: hue angle of 32.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341C00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 28 0 -
CMYK 0 0.46 1 0.80
HSL 32.31º 1% 0.1% -
HSV(B) 32.31º 1% 0.2% -
XYZ 1.83 1.56 0.2 -
YUV 31.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 52 28 0 0 0.46 1 0.80 32.31 1 0.1
Hex 34 1C 0 0 2E 64 50 20 64 A
Octal 64 34 0 0 56 144 120 40 144 12
Binary 110100 11100 0 0 101110 1100100 1010000 100000 1100100 1010

Color Harmonies of #341C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C00

Black with #341C00

Text Example


Text Example

White with #341C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,28,0); }

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

background-color css

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

 a { background-color: rgb(52,28,0); }

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

border-color css

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

 span { border-color: rgb(52,28,0); }

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