Html Css Color HEX #361202 Brown Pod

📋 copy color: '#361202'

red 54 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #361202

Tints of Brown Pod #361202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 72.97%
G = 24.32%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361202 (or 0x361202) is known color: Brown Pod. HEX triplet: 36, 12 and 02. RGB value is (54,18,2). Sum of RGB (Red+Green+Blue) = 54+18+2=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #361202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361202 is #C9EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13233662 or 135734. OLE color: 135734.

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

Color convert

RGB 54 18 2 -
CMYK 0 0.67 0.96 0.79
HSL 18.46º 0.93% 0.11% -
HSV(B) 18.46º 0.96% 0.21% -
XYZ 1.75 1.22 0.2 -
YUV 26.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 54 18 2 0 0.67 0.96 0.79 18.46 0.93 0.11
Hex 36 12 2 0 43 60 4F 12 5D B
Octal 66 22 2 0 103 140 117 22 135 13
Binary 110110 10010 10 0 1000011 1100000 1001111 10010 1011101 1011

Color Harmonies of #361202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361202

Black with #361202

Text Example


Text Example

White with #361202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361202; }

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

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

background-color css

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

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

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

border-color css

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

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

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