Html Css Color HEX #361508 Brown Pod

📋 copy color: '#361508'

red 54 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #361508

Tints of Brown Pod #361508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 65.06%
G = 25.3%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361508 (or 0x361508) is known color: Brown Pod. HEX triplet: 36, 15 and 08. RGB value is (54,21,8). Sum of RGB (Red+Green+Blue) = 54+21+8=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361508 is #C9EAF7. Grayscale: #1D1D1D. Windows color (decimal): -13232888 or 529718. OLE color: 529718.

HSL color Cylindrical-coordinate representation of color #361508: hue angle of 16.96º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361508 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 8 -
CMYK 0 0.61 0.85 0.79
HSL 16.96º 0.74% 0.12% -
HSV(B) 16.96º 0.85% 0.21% -
XYZ 1.83 1.34 0.39 -
YUV 29.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 54 21 8 0 0.61 0.85 0.79 16.96 0.74 0.12
Hex 36 15 8 0 3D 55 4F 11 4A C
Octal 66 25 10 0 75 125 117 21 112 14
Binary 110110 10101 1000 0 111101 1010101 1001111 10001 1001010 1100

Color Harmonies of #361508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361508

Black with #361508

Text Example


Text Example

White with #361508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361508; }

 p { color: rgb(54,21,8); }

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

background-color css

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

 a { background-color: rgb(54,21,8); }

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

border-color css

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

 span { border-color: rgb(54,21,8); }

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