Html Css Color HEX #36241E Brown Pod

📋 copy color: '#36241E'

red 54 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #36241E

Tints of Brown Pod #36241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25%

R = 45%
G = 30%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#36241E (or 0x36241E) is known color: Brown Pod. HEX triplet: 36, 24 and 1E. RGB value is (54,36,30). Sum of RGB (Red+Green+Blue) = 54+36+30=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241E is #C9DBE1. Grayscale: #282828. Windows color (decimal): -13229026 or 1975350. OLE color: 1975350.

HSL color Cylindrical-coordinate representation of color #36241E: hue angle of 15º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36241E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 36 30 -
CMYK 0 0.33 0.44 0.79
HSL 15º 0.29% 0.16% -
HSV(B) 15º 0.44% 0.21% -
XYZ 2.39 2.14 1.52 -
YUV 40.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 54 36 30 0 0.33 0.44 0.79 15 0.29 0.16
Hex 36 24 1E 0 21 2C 4F F 1D 10
Octal 66 44 36 0 41 54 117 17 35 20
Binary 110110 100100 11110 0 100001 101100 1001111 1111 11101 10000

Color Harmonies of #36241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36241E

Black with #36241E

Text Example


Text Example

White with #36241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36241E; }

 p { color: rgb(54,36,30); }

 H1.HeaderClassName
 {
   color: #36241E;
 }
 .AnyTagClassName
 {
   color: #36241E;
 }
</style>

background-color css

<style>
 a { background-color: #36241E; }

 a { background-color: rgb(54,36,30); }

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

border-color css

<style>
 span { border-color: #36241E; }

 span { border-color: rgb(54,36,30); }

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