Html Css Color HEX #361802 Brown Pod

📋 copy color: '#361802'

red 54 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #361802

Tints of Brown Pod #361802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.5%

R = 67.5%
G = 30%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361802 (or 0x361802) is known color: Brown Pod. HEX triplet: 36, 18 and 02. RGB value is (54,24,2). Sum of RGB (Red+Green+Blue) = 54+24+2=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361802 is #C9E7FD. Grayscale: #1E1E1E. Windows color (decimal): -13232126 or 137270. OLE color: 137270.

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

Color convert

RGB 54 24 2 -
CMYK 0 0.56 0.96 0.79
HSL 25.38º 0.93% 0.11% -
HSV(B) 25.38º 0.96% 0.21% -
XYZ 1.86 1.44 0.24 -
YUV 30.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 54 24 2 0 0.56 0.96 0.79 25.38 0.93 0.11
Hex 36 18 2 0 38 60 4F 19 5D B
Octal 66 30 2 0 70 140 117 31 135 13
Binary 110110 11000 10 0 111000 1100000 1001111 11001 1011101 1011

Color Harmonies of #361802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361802

Black with #361802

Text Example


Text Example

White with #361802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361802; }

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

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

background-color css

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

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

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

border-color css

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

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

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