Html Css Color HEX #361800 Brown Pod

📋 copy color: '#361800'

red 54 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #361800

Tints of Brown Pod #361800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361800 (or 0x361800) is known color: Brown Pod. HEX triplet: 36, 18 and 00. RGB value is (54,24,0). Sum of RGB (Red+Green+Blue) = 54+24+0=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361800 is #C9E7FF. Grayscale: #1E1E1E. Windows color (decimal): -13232128 or 6198. OLE color: 6198.

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

Color convert

RGB 54 24 0 -
CMYK 0 0.56 1 0.79
HSL 26.67º 1% 0.11% -
HSV(B) 26.67º 1% 0.21% -
XYZ 1.85 1.44 0.18 -
YUV 30.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 54 24 0 0 0.56 1 0.79 26.67 1 0.11
Hex 36 18 0 0 38 64 4F 1B 64 B
Octal 66 30 0 0 70 144 117 33 144 13
Binary 110110 11000 0 0 111000 1100100 1001111 11011 1100100 1011

Color Harmonies of #361800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361800

Black with #361800

Text Example


Text Example

White with #361800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361800; }

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

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

background-color css

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

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

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

border-color css

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

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

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