Html Css Color HEX #341F00 Cocoa Brown

📋 copy color: '#341F00'

red 52 ◦ green 31 ◦ blue 0

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

Shades of Cocoa Brown #341F00

Tints of Cocoa Brown #341F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 37.35%

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

R = 62.65%
G = 37.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#341F00 (or 0x341F00) is known color: Cocoa Brown. HEX triplet: 34, 1F and 00. RGB value is (52,31,0). Sum of RGB (Red+Green+Blue) = 52+31+0=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F00 is #CBE0FF. Grayscale: #212121. Windows color (decimal): -13361408 or 7988. OLE color: 7988.

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

Color convert

RGB 52 31 0 -
CMYK 0 0.40 1 0.80
HSL 35.77º 1% 0.1% -
HSV(B) 35.77º 1% 0.2% -
XYZ 1.91 1.71 0.23 -
YUV 33.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 52 31 0 0 0.40 1 0.80 35.77 1 0.1
Hex 34 1F 0 0 28 64 50 24 64 A
Octal 64 37 0 0 50 144 120 44 144 12
Binary 110100 11111 0 0 101000 1100100 1010000 100100 1100100 1010

Color Harmonies of #341F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F00

Black with #341F00

Text Example


Text Example

White with #341F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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