Html Css Color HEX #36231C Brown Pod

📋 copy color: '#36231C'

red 54 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #36231C

Tints of Brown Pod #36231C

RGB

 RED value IS 54 (21.48% from 255) = 46.15%

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 46.15%
G = 29.91%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36231C (or 0x36231C) is known color: Brown Pod. HEX triplet: 36, 23 and 1C. RGB value is (54,35,28). Sum of RGB (Red+Green+Blue) = 54+35+28=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36231C is #C9DCE3. Grayscale: #272727. Windows color (decimal): -13229284 or 1844022. OLE color: 1844022.

HSL color Cylindrical-coordinate representation of color #36231C: hue angle of 16.15º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36231C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 35 28 -
CMYK 0 0.35 0.48 0.79
HSL 16.15º 0.32% 0.16% -
HSV(B) 16.15º 0.48% 0.21% -
XYZ 2.33 2.07 1.38 -
YUV 39.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 54 35 28 0 0.35 0.48 0.79 16.15 0.32 0.16
Hex 36 23 1C 0 23 30 4F 10 20 10
Octal 66 43 34 0 43 60 117 20 40 20
Binary 110110 100011 11100 0 100011 110000 1001111 10000 100000 10000

Color Harmonies of #36231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36231C

Black with #36231C

Text Example


Text Example

White with #36231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36231C; }

 p { color: rgb(54,35,28); }

 H1.HeaderClassName
 {
   color: #36231C;
 }
 .AnyTagClassName
 {
   color: #36231C;
 }
</style>

background-color css

<style>
 a { background-color: #36231C; }

 a { background-color: rgb(54,35,28); }

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

border-color css

<style>
 span { border-color: #36231C; }

 span { border-color: rgb(54,35,28); }

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