Html Css Color HEX #341F10 Cocoa Brown

📋 copy color: '#341F10'

red 52 ◦ green 31 ◦ blue 16

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

Shades of Cocoa Brown #341F10

Tints of Cocoa Brown #341F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 52.53%
G = 31.31%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#341F10 (or 0x341F10) is known color: Cocoa Brown. HEX triplet: 34, 1F and 10. RGB value is (52,31,16). Sum of RGB (Red+Green+Blue) = 52+31+16=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F10 is #CBE0EF. Grayscale: #232323. Windows color (decimal): -13361392 or 1056564. OLE color: 1056564.

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

Color convert

RGB 52 31 16 -
CMYK 0 0.40 0.69 0.80
HSL 25º 0.53% 0.13% -
HSV(B) 25º 0.69% 0.2% -
XYZ 2 1.75 0.72 -
YUV 35.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 52 31 16 0 0.40 0.69 0.80 25 0.53 0.13
Hex 34 1F 10 0 28 45 50 19 35 D
Octal 64 37 20 0 50 105 120 31 65 15
Binary 110100 11111 10000 0 101000 1000101 1010000 11001 110101 1101

Color Harmonies of #341F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F10

Black with #341F10

Text Example


Text Example

White with #341F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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