Html Css Color HEX #7F2D05 Saddle Brown

📋 copy color: '#7F2D05'

red 127 ◦ green 45 ◦ blue 5

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

Shades of Saddle Brown #7F2D05

Tints of Saddle Brown #7F2D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.42%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 71.75%
G = 25.42%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F2D05 (or 0x7F2D05) is known color: Saddle Brown. HEX triplet: 7F, 2D and 05. RGB value is (127,45,5). Sum of RGB (Red+Green+Blue) = 127+45+5=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2D05 is #80D2FA. Grayscale: #414141. Windows color (decimal): -8442619 or 339327. OLE color: 339327.

HSL color Cylindrical-coordinate representation of color #7F2D05: hue angle of 19.67º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F2D05 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 45 5 -
CMYK 0 0.65 0.96 0.50
HSL 19.67º 0.92% 0.26% -
HSV(B) 19.67º 0.96% 0.5% -
XYZ 9.72 6.4 0.87 -
YUV 64.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 127 45 5 0 0.65 0.96 0.50 19.67 0.92 0.26
Hex 7F 2D 5 0 41 60 32 14 5C 1A
Octal 177 55 5 0 101 140 62 24 134 32
Binary 1111111 101101 101 0 1000001 1100000 110010 10100 1011100 11010

Color Harmonies of #7F2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2D05

Black with #7F2D05

Text Example


Text Example

White with #7F2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,45,5); }

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

background-color css

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

 a { background-color: rgb(127,45,5); }

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

border-color css

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

 span { border-color: rgb(127,45,5); }

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