Html Css Color HEX #34240F Cocoa Brown

📋 copy color: '#34240F'

red 52 ◦ green 36 ◦ blue 15

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

Shades of Cocoa Brown #34240F

Tints of Cocoa Brown #34240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.95%

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 50.49%
G = 34.95%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#34240F (or 0x34240F) is known color: Cocoa Brown. HEX triplet: 34, 24 and 0F. RGB value is (52,36,15). Sum of RGB (Red+Green+Blue) = 52+36+15=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34240F is #CBDBF0. Grayscale: #262626. Windows color (decimal): -13360113 or 992308. OLE color: 992308.

HSL color Cylindrical-coordinate representation of color #34240F: hue angle of 34.05º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34240F is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 36 15 -
CMYK 0 0.31 0.71 0.80
HSL 34.05º 0.55% 0.13% -
HSV(B) 34.05º 0.71% 0.2% -
XYZ 2.13 2.03 0.73 -
YUV 38.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 52 36 15 0 0.31 0.71 0.80 34.05 0.55 0.13
Hex 34 24 F 0 1F 47 50 22 37 D
Octal 64 44 17 0 37 107 120 42 67 15
Binary 110100 100100 1111 0 11111 1000111 1010000 100010 110111 1101

Color Harmonies of #34240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34240F

Black with #34240F

Text Example


Text Example

White with #34240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34240F; }

 p { color: rgb(52,36,15); }

 H1.HeaderClassName
 {
   color: #34240F;
 }
 .AnyTagClassName
 {
   color: #34240F;
 }
</style>

background-color css

<style>
 a { background-color: #34240F; }

 a { background-color: rgb(52,36,15); }

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

border-color css

<style>
 span { border-color: #34240F; }

 span { border-color: rgb(52,36,15); }

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