Html Css Color HEX #361A06 Brown Pod

📋 copy color: '#361A06'

red 54 ◦ green 26 ◦ blue 6

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

Shades of Brown Pod #361A06

Tints of Brown Pod #361A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.23%

 BLUE value IS 6 (2.73% from 255) = 6.98%

R = 62.79%
G = 30.23%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#361A06 (or 0x361A06) is known color: Brown Pod. HEX triplet: 36, 1A and 06. RGB value is (54,26,6). Sum of RGB (Red+Green+Blue) = 54+26+6=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #361A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A06 is #C9E5F9. Grayscale: #202020. Windows color (decimal): -13231610 or 399926. OLE color: 399926.

HSL color Cylindrical-coordinate representation of color #361A06: hue angle of 25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361A06 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 6 -
CMYK 0 0.52 0.89 0.79
HSL 25º 0.8% 0.12% -
HSV(B) 25º 0.89% 0.21% -
XYZ 1.92 1.54 0.37 -
YUV 32.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 54 26 6 0 0.52 0.89 0.79 25 0.8 0.12
Hex 36 1A 6 0 34 59 4F 19 50 C
Octal 66 32 6 0 64 131 117 31 120 14
Binary 110110 11010 110 0 110100 1011001 1001111 11001 1010000 1100

Color Harmonies of #361A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A06

Black with #361A06

Text Example


Text Example

White with #361A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A06; }

 p { color: rgb(54,26,6); }

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

background-color css

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

 a { background-color: rgb(54,26,6); }

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

border-color css

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

 span { border-color: rgb(54,26,6); }

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