Html Css Color HEX #361902 Brown Pod

📋 copy color: '#361902'

red 54 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #361902

Tints of Brown Pod #361902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

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

R = 66.67%
G = 30.86%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#361902 (or 0x361902) is known color: Brown Pod. HEX triplet: 36, 19 and 02. RGB value is (54,25,2). Sum of RGB (Red+Green+Blue) = 54+25+2=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361902 is #C9E6FD. Grayscale: #1F1F1F. Windows color (decimal): -13231870 or 137526. OLE color: 137526.

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

Color convert

RGB 54 25 2 -
CMYK 0 0.54 0.96 0.79
HSL 26.54º 0.93% 0.11% -
HSV(B) 26.54º 0.96% 0.21% -
XYZ 1.88 1.48 0.24 -
YUV 31.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 54 25 2 0 0.54 0.96 0.79 26.54 0.93 0.11
Hex 36 19 2 0 36 60 4F 1B 5D B
Octal 66 31 2 0 66 140 117 33 135 13
Binary 110110 11001 10 0 110110 1100000 1001111 11011 1011101 1011

Color Harmonies of #361902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361902

Black with #361902

Text Example


Text Example

White with #361902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361902; }

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

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

background-color css

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

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

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

border-color css

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

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

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