Html Css Color HEX #7F360F Saddle Brown

📋 copy color: '#7F360F'

red 127 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #7F360F

Tints of Saddle Brown #7F360F

RGB

 RED value IS 127 (50% from 255) = 64.8%

 GREEN value IS 54 (21.48% from 255) = 27.55%

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 64.8%
G = 27.55%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F360F (or 0x7F360F) is known color: Saddle Brown. HEX triplet: 7F, 36 and 0F. RGB value is (127,54,15). Sum of RGB (Red+Green+Blue) = 127+54+15=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F360F is #80C9F0. Grayscale: #474747. Windows color (decimal): -8440305 or 996991. OLE color: 996991.

HSL color Cylindrical-coordinate representation of color #7F360F: hue angle of 20.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F360F is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 54 15 -
CMYK 0 0.57 0.88 0.50
HSL 20.89º 0.79% 0.28% -
HSV(B) 20.89º 0.88% 0.5% -
XYZ 10.16 7.18 1.3 -
YUV 71.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 127 54 15 0 0.57 0.88 0.50 20.89 0.79 0.28
Hex 7F 36 F 0 39 58 32 15 4F 1C
Octal 177 66 17 0 71 130 62 25 117 34
Binary 1111111 110110 1111 0 111001 1011000 110010 10101 1001111 11100

Color Harmonies of #7F360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F360F

Black with #7F360F

Text Example


Text Example

White with #7F360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F360F; }

 p { color: rgb(127,54,15); }

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

background-color css

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

 a { background-color: rgb(127,54,15); }

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

border-color css

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

 span { border-color: rgb(127,54,15); }

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