Html Css Color HEX #361907 Brown Pod

📋 copy color: '#361907'

red 54 ◦ green 25 ◦ blue 7

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

Shades of Brown Pod #361907

Tints of Brown Pod #361907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

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

R = 62.79%
G = 29.07%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#361907 (or 0x361907) is known color: Brown Pod. HEX triplet: 36, 19 and 07. RGB value is (54,25,7). Sum of RGB (Red+Green+Blue) = 54+25+7=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #361907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361907 is #C9E6F8. Grayscale: #1F1F1F. Windows color (decimal): -13231865 or 465206. OLE color: 465206.

HSL color Cylindrical-coordinate representation of color #361907: hue angle of 22.98º 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 #361907 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 25 7 -
CMYK 0 0.54 0.87 0.79
HSL 22.98º 0.77% 0.12% -
HSV(B) 22.98º 0.87% 0.21% -
XYZ 1.91 1.49 0.39 -
YUV 31.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 54 25 7 0 0.54 0.87 0.79 22.98 0.77 0.12
Hex 36 19 7 0 36 57 4F 17 4D C
Octal 66 31 7 0 66 127 117 27 115 14
Binary 110110 11001 111 0 110110 1010111 1001111 10111 1001101 1100

Color Harmonies of #361907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361907

Black with #361907

Text Example


Text Example

White with #361907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361907; }

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

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

background-color css

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

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

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

border-color css

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

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

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