Html Css Color HEX #7E4301 Raw Umber

📋 copy color: '#7E4301'

red 126 ◦ green 67 ◦ blue 1

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

Shades of Raw Umber #7E4301

Tints of Raw Umber #7E4301

RGB

 RED value IS 126 (49.61% from 255) = 64.95%

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 64.95%
G = 34.54%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7E4301 (or 0x7E4301) is known color: Raw Umber. HEX triplet: 7E, 43 and 01. RGB value is (126,67,1). Sum of RGB (Red+Green+Blue) = 126+67+1=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4301 is #81BCFE. Grayscale: #4D4D4D. Windows color (decimal): -8502527 or 82814. OLE color: 82814.

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

Color convert

RGB 126 67 1 -
CMYK 0 0.47 0.99 0.51
HSL 31.68º 0.98% 0.25% -
HSV(B) 31.68º 0.99% 0.49% -
XYZ 10.62 8.45 1.1 -
YUV 77.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 126 67 1 0 0.47 0.99 0.51 31.68 0.98 0.25
Hex 7E 43 1 0 2F 63 33 20 62 19
Octal 176 103 1 0 57 143 63 40 142 31
Binary 1111110 1000011 1 0 101111 1100011 110011 100000 1100010 11001

Color Harmonies of #7E4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4301

Black with #7E4301

Text Example


Text Example

White with #7E4301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,1); }

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

background-color css

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

 a { background-color: rgb(126,67,1); }

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

border-color css

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

 span { border-color: rgb(126,67,1); }

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