Html Css Color HEX #361502 Brown Pod

📋 copy color: '#361502'

red 54 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #361502

Tints of Brown Pod #361502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

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

R = 70.13%
G = 27.27%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361502 (or 0x361502) is known color: Brown Pod. HEX triplet: 36, 15 and 02. RGB value is (54,21,2). Sum of RGB (Red+Green+Blue) = 54+21+2=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #361502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361502 is #C9EAFD. Grayscale: #1C1C1C. Windows color (decimal): -13232894 or 136502. OLE color: 136502.

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

Color convert

RGB 54 21 2 -
CMYK 0 0.61 0.96 0.79
HSL 21.92º 0.93% 0.11% -
HSV(B) 21.92º 0.96% 0.21% -
XYZ 1.8 1.32 0.22 -
YUV 28.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 54 21 2 0 0.61 0.96 0.79 21.92 0.93 0.11
Hex 36 15 2 0 3D 60 4F 16 5D B
Octal 66 25 2 0 75 140 117 26 135 13
Binary 110110 10101 10 0 111101 1100000 1001111 10110 1011101 1011

Color Harmonies of #361502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361502

Black with #361502

Text Example


Text Example

White with #361502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361502; }

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

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

background-color css

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

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

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

border-color css

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

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

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