Html Css Color HEX #341F0A Cocoa Brown

📋 copy color: '#341F0A'

red 52 ◦ green 31 ◦ blue 10

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

Shades of Cocoa Brown #341F0A

Tints of Cocoa Brown #341F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.75%

R = 55.91%
G = 33.33%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#341F0A (or 0x341F0A) is known color: Cocoa Brown. HEX triplet: 34, 1F and 0A. RGB value is (52,31,10). Sum of RGB (Red+Green+Blue) = 52+31+10=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0A is #CBE0F5. Grayscale: #222222. Windows color (decimal): -13361398 or 663348. OLE color: 663348.

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

Color convert

RGB 52 31 10 -
CMYK 0 0.40 0.81 0.80
HSL 30º 0.68% 0.12% -
HSV(B) 30º 0.81% 0.2% -
XYZ 1.96 1.73 0.52 -
YUV 34.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 52 31 10 0 0.40 0.81 0.80 30 0.68 0.12
Hex 34 1F A 0 28 51 50 1E 44 C
Octal 64 37 12 0 50 121 120 36 104 14
Binary 110100 11111 1010 0 101000 1010001 1010000 11110 1000100 1100

Color Harmonies of #341F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F0A

Black with #341F0A

Text Example


Text Example

White with #341F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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