Html Css Color HEX #33180D Brown Pod

📋 copy color: '#33180D'

red 51 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #33180D

Tints of Brown Pod #33180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.27%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 57.95%
G = 27.27%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33180D (or 0x33180D) is known color: Brown Pod. HEX triplet: 33, 18 and 0D. RGB value is (51,24,13). Sum of RGB (Red+Green+Blue) = 51+24+13=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #33180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33180D is #CCE7F2. Grayscale: #1E1E1E. Windows color (decimal): -13428723 or 858163. OLE color: 858163.

HSL color Cylindrical-coordinate representation of color #33180D: hue angle of 17.37º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33180D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 24 13 -
CMYK 0 0.53 0.75 0.8
HSL 17.37º 0.59% 0.13% -
HSV(B) 17.37º 0.75% 0.2% -
XYZ 1.76 1.39 0.56 -
YUV 30.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 51 24 13 0 0.53 0.75 0.8 17.37 0.59 0.13
Hex 33 18 D 0 35 4B 50 11 3B D
Octal 63 30 15 0 65 113 120 21 73 15
Binary 110011 11000 1101 0 110101 1001011 1010000 10001 111011 1101

Color Harmonies of #33180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33180D

Black with #33180D

Text Example


Text Example

White with #33180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33180D; }

 p { color: rgb(51,24,13); }

 H1.HeaderClassName
 {
   color: #33180D;
 }
 .AnyTagClassName
 {
   color: #33180D;
 }
</style>

background-color css

<style>
 a { background-color: #33180D; }

 a { background-color: rgb(51,24,13); }

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

border-color css

<style>
 span { border-color: #33180D; }

 span { border-color: rgb(51,24,13); }

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