Html Css Color HEX #361607 Brown Pod

📋 copy color: '#361607'

red 54 ◦ green 22 ◦ blue 7

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

Shades of Brown Pod #361607

Tints of Brown Pod #361607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.51%

 BLUE value IS 7 (3.13% from 255) = 8.43%

R = 65.06%
G = 26.51%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#361607 (or 0x361607) is known color: Brown Pod. HEX triplet: 36, 16 and 07. RGB value is (54,22,7). Sum of RGB (Red+Green+Blue) = 54+22+7=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361607 is #C9E9F8. Grayscale: #1D1D1D. Windows color (decimal): -13232633 or 464438. OLE color: 464438.

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

Color convert

RGB 54 22 7 -
CMYK 0 0.59 0.87 0.79
HSL 19.15º 0.77% 0.12% -
HSV(B) 19.15º 0.87% 0.21% -
XYZ 1.85 1.37 0.37 -
YUV 29.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 54 22 7 0 0.59 0.87 0.79 19.15 0.77 0.12
Hex 36 16 7 0 3B 57 4F 13 4D C
Octal 66 26 7 0 73 127 117 23 115 14
Binary 110110 10110 111 0 111011 1010111 1001111 10011 1001101 1100

Color Harmonies of #361607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361607

Black with #361607

Text Example


Text Example

White with #361607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361607; }

 p { color: rgb(54,22,7); }

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

background-color css

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

 a { background-color: rgb(54,22,7); }

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

border-color css

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

 span { border-color: rgb(54,22,7); }

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