Html Css Color HEX #341F0E Cocoa Brown

📋 copy color: '#341F0E'

red 52 ◦ green 31 ◦ blue 14

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

Shades of Cocoa Brown #341F0E

Tints of Cocoa Brown #341F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 53.61%
G = 31.96%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#341F0E (or 0x341F0E) is known color: Cocoa Brown. HEX triplet: 34, 1F and 0E. RGB value is (52,31,14). Sum of RGB (Red+Green+Blue) = 52+31+14=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0E is #CBE0F1. Grayscale: #232323. Windows color (decimal): -13361394 or 925492. OLE color: 925492.

HSL color Cylindrical-coordinate representation of color #341F0E: hue angle of 26.84º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341F0E is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 14 -
CMYK 0 0.40 0.73 0.80
HSL 26.84º 0.58% 0.13% -
HSV(B) 26.84º 0.73% 0.2% -
XYZ 1.99 1.74 0.65 -
YUV 35.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 52 31 14 0 0.40 0.73 0.80 26.84 0.58 0.13
Hex 34 1F E 0 28 49 50 1B 3A D
Octal 64 37 16 0 50 111 120 33 72 15
Binary 110100 11111 1110 0 101000 1001001 1010000 11011 111010 1101

Color Harmonies of #341F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F0E

Black with #341F0E

Text Example


Text Example

White with #341F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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