Html Css Color HEX #7F2E01 Saddle Brown

📋 copy color: '#7F2E01'

red 127 ◦ green 46 ◦ blue 1

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

Shades of Saddle Brown #7F2E01

Tints of Saddle Brown #7F2E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.44%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 72.99%
G = 26.44%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#7F2E01 (or 0x7F2E01) is known color: Saddle Brown. HEX triplet: 7F, 2E and 01. RGB value is (127,46,1). Sum of RGB (Red+Green+Blue) = 127+46+1=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2E01 is #80D1FE. Grayscale: #414141. Windows color (decimal): -8442367 or 77439. OLE color: 77439.

HSL color Cylindrical-coordinate representation of color #7F2E01: hue angle of 21.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F2E01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 46 1 -
CMYK 0 0.64 0.99 0.50
HSL 21.43º 0.98% 0.25% -
HSV(B) 21.43º 0.99% 0.5% -
XYZ 9.73 6.47 0.76 -
YUV 65.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 127 46 1 0 0.64 0.99 0.50 21.43 0.98 0.25
Hex 7F 2E 1 0 40 63 32 15 62 19
Octal 177 56 1 0 100 143 62 25 142 31
Binary 1111111 101110 1 0 1000000 1100011 110010 10101 1100010 11001

Color Harmonies of #7F2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2E01

Black with #7F2E01

Text Example


Text Example

White with #7F2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,46,1); }

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

background-color css

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

 a { background-color: rgb(127,46,1); }

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

border-color css

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

 span { border-color: rgb(127,46,1); }

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