Html Css Color HEX #361B0A Brown Pod

📋 copy color: '#361B0A'

red 54 ◦ green 27 ◦ blue 10

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

Shades of Brown Pod #361B0A

Tints of Brown Pod #361B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.99%

R = 59.34%
G = 29.67%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#361B0A (or 0x361B0A) is known color: Brown Pod. HEX triplet: 36, 1B and 0A. RGB value is (54,27,10). Sum of RGB (Red+Green+Blue) = 54+27+10=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B0A is #C9E4F5. Grayscale: #212121. Windows color (decimal): -13231350 or 662326. OLE color: 662326.

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

Color convert

RGB 54 27 10 -
CMYK 0 0.5 0.81 0.79
HSL 23.18º 0.69% 0.13% -
HSV(B) 23.18º 0.81% 0.21% -
XYZ 1.97 1.59 0.49 -
YUV 33.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 54 27 10 0 0.5 0.81 0.79 23.18 0.69 0.13
Hex 36 1B A 0 32 51 4F 17 45 D
Octal 66 33 12 0 62 121 117 27 105 15
Binary 110110 11011 1010 0 110010 1010001 1001111 10111 1000101 1101

Color Harmonies of #361B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B0A

Black with #361B0A

Text Example


Text Example

White with #361B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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