Html Css Color HEX #33241B Cocoa Brown

📋 copy color: '#33241B'

red 51 ◦ green 36 ◦ blue 27

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

Shades of Cocoa Brown #33241B

Tints of Cocoa Brown #33241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 44.74%
G = 31.58%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#33241B (or 0x33241B) is known color: Cocoa Brown. HEX triplet: 33, 24 and 1B. RGB value is (51,36,27). Sum of RGB (Red+Green+Blue) = 51+36+27=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33241B is #CCDBE4. Grayscale: #272727. Windows color (decimal): -13425637 or 1778739. OLE color: 1778739.

HSL color Cylindrical-coordinate representation of color #33241B: hue angle of 22.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33241B is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 36 27 -
CMYK 0 0.29 0.47 0.8
HSL 22.5º 0.31% 0.15% -
HSV(B) 22.5º 0.47% 0.2% -
XYZ 2.19 2.04 1.32 -
YUV 39.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 51 36 27 0 0.29 0.47 0.8 22.5 0.31 0.15
Hex 33 24 1B 0 1D 2F 50 16 1F F
Octal 63 44 33 0 35 57 120 26 37 17
Binary 110011 100100 11011 0 11101 101111 1010000 10110 11111 1111

Color Harmonies of #33241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33241B

Black with #33241B

Text Example


Text Example

White with #33241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33241B; }

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

 H1.HeaderClassName
 {
   color: #33241B;
 }
 .AnyTagClassName
 {
   color: #33241B;
 }
</style>

background-color css

<style>
 a { background-color: #33241B; }

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

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

border-color css

<style>
 span { border-color: #33241B; }

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

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