Html Css Color HEX #36241C Brown Pod

📋 copy color: '#36241C'

red 54 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #36241C

Tints of Brown Pod #36241C

RGB

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

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

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

R = 45.76%
G = 30.51%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36241C (or 0x36241C) is known color: Brown Pod. HEX triplet: 36, 24 and 1C. RGB value is (54,36,28). Sum of RGB (Red+Green+Blue) = 54+36+28=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241C is #C9DBE3. Grayscale: #282828. Windows color (decimal): -13229028 or 1844278. OLE color: 1844278.

HSL color Cylindrical-coordinate representation of color #36241C: hue angle of 18.46º 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 #36241C is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 36 28 -
CMYK 0 0.33 0.48 0.79
HSL 18.46º 0.32% 0.16% -
HSV(B) 18.46º 0.48% 0.21% -
XYZ 2.36 2.13 1.39 -
YUV 40.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 54 36 28 0 0.33 0.48 0.79 18.46 0.32 0.16
Hex 36 24 1C 0 21 30 4F 12 20 10
Octal 66 44 34 0 41 60 117 22 40 20
Binary 110110 100100 11100 0 100001 110000 1001111 10010 100000 10000

Color Harmonies of #36241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36241C

Black with #36241C

Text Example


Text Example

White with #36241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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