Html Css Color HEX #33240F Cocoa Brown

📋 copy color: '#33240F'

red 51 ◦ green 36 ◦ blue 15

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

Shades of Cocoa Brown #33240F

Tints of Cocoa Brown #33240F

RGB

 RED value IS 51 (20.31% from 255) = 50%

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

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

R = 50%
G = 35.29%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#33240F (or 0x33240F) is known color: Cocoa Brown. HEX triplet: 33, 24 and 0F. RGB value is (51,36,15). Sum of RGB (Red+Green+Blue) = 51+36+15=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33240F is #CCDBF0. Grayscale: #262626. Windows color (decimal): -13425649 or 992307. OLE color: 992307.

HSL color Cylindrical-coordinate representation of color #33240F: hue angle of 35º 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 #33240F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 36 15 -
CMYK 0 0.29 0.71 0.8
HSL 35º 0.55% 0.13% -
HSV(B) 35º 0.71% 0.2% -
XYZ 2.08 2 0.73 -
YUV 38.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 51 36 15 0 0.29 0.71 0.8 35 0.55 0.13
Hex 33 24 F 0 1D 47 50 23 37 D
Octal 63 44 17 0 35 107 120 43 67 15
Binary 110011 100100 1111 0 11101 1000111 1010000 100011 110111 1101

Color Harmonies of #33240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33240F

Black with #33240F

Text Example


Text Example

White with #33240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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