Html Css Color HEX #361B09 Brown Pod

📋 copy color: '#361B09'

red 54 ◦ green 27 ◦ blue 9

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

Shades of Brown Pod #361B09

Tints of Brown Pod #361B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30%

 BLUE value IS 9 (3.91% from 255) = 10%

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#361B09 (or 0x361B09) is known color: Brown Pod. HEX triplet: 36, 1B and 09. RGB value is (54,27,9). Sum of RGB (Red+Green+Blue) = 54+27+9=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B09 is #C9E4F6. Grayscale: #212121. Windows color (decimal): -13231351 or 596790. OLE color: 596790.

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

Color convert

RGB 54 27 9 -
CMYK 0 0.5 0.83 0.79
HSL 24º 0.71% 0.12% -
HSV(B) 24º 0.83% 0.21% -
XYZ 1.96 1.59 0.46 -
YUV 33.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 54 27 9 0 0.5 0.83 0.79 24 0.71 0.12
Hex 36 1B 9 0 32 53 4F 18 47 C
Octal 66 33 11 0 62 123 117 30 107 14
Binary 110110 11011 1001 0 110010 1010011 1001111 11000 1000111 1100

Color Harmonies of #361B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B09

Black with #361B09

Text Example


Text Example

White with #361B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,9); }

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

background-color css

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

 a { background-color: rgb(54,27,9); }

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

border-color css

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

 span { border-color: rgb(54,27,9); }

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