Html Css Color HEX #362218 Brown Pod

📋 copy color: '#362218'

red 54 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #362218

Tints of Brown Pod #362218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.36%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 48.21%
G = 30.36%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#362218 (or 0x362218) is known color: Brown Pod. HEX triplet: 36, 22 and 18. RGB value is (54,34,24). Sum of RGB (Red+Green+Blue) = 54+34+24=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362218 is #C9DDE7. Grayscale: #262626. Windows color (decimal): -13229544 or 1581622. OLE color: 1581622.

HSL color Cylindrical-coordinate representation of color #362218: hue angle of 20º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362218 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 24 -
CMYK 0 0.37 0.56 0.79
HSL 20º 0.38% 0.15% -
HSV(B) 20º 0.56% 0.21% -
XYZ 2.26 1.99 1.13 -
YUV 38.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 54 34 24 0 0.37 0.56 0.79 20 0.38 0.15
Hex 36 22 18 0 25 38 4F 14 26 F
Octal 66 42 30 0 45 70 117 24 46 17
Binary 110110 100010 11000 0 100101 111000 1001111 10100 100110 1111

Color Harmonies of #362218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362218

Black with #362218

Text Example


Text Example

White with #362218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362218; }

 p { color: rgb(54,34,24); }

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

background-color css

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

 a { background-color: rgb(54,34,24); }

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

border-color css

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

 span { border-color: rgb(54,34,24); }

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