Html Css Color HEX #361A05 Brown Pod

📋 copy color: '#361A05'

red 54 ◦ green 26 ◦ blue 5

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

Shades of Brown Pod #361A05

Tints of Brown Pod #361A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.88%

R = 63.53%
G = 30.59%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#361A05 (or 0x361A05) is known color: Brown Pod. HEX triplet: 36, 1A and 05. RGB value is (54,26,5). Sum of RGB (Red+Green+Blue) = 54+26+5=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #361A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361A05 is #C9E5FA. Grayscale: #202020. Windows color (decimal): -13231611 or 334390. OLE color: 334390.

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

Color convert

RGB 54 26 5 -
CMYK 0 0.52 0.91 0.79
HSL 25.71º 0.83% 0.12% -
HSV(B) 25.71º 0.91% 0.21% -
XYZ 1.92 1.53 0.34 -
YUV 31.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 54 26 5 0 0.52 0.91 0.79 25.71 0.83 0.12
Hex 36 1A 5 0 34 5B 4F 1A 53 C
Octal 66 32 5 0 64 133 117 32 123 14
Binary 110110 11010 101 0 110100 1011011 1001111 11010 1010011 1100

Color Harmonies of #361A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A05

Black with #361A05

Text Example


Text Example

White with #361A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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