Html Css Color HEX #7D4A02 Raw Umber

📋 copy color: '#7D4A02'

red 125 ◦ green 74 ◦ blue 2

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

Shades of Raw Umber #7D4A02

Tints of Raw Umber #7D4A02

RGB

 RED value IS 125 (49.22% from 255) = 62.19%

 GREEN value IS 74 (29.3% from 255) = 36.82%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 62.19%
G = 36.82%
B = 1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D4A02 (or 0x7D4A02) is known color: Raw Umber. HEX triplet: 7D, 4A and 02. RGB value is (125,74,2). Sum of RGB (Red+Green+Blue) = 125+74+2=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A02 is #82B5FD. Grayscale: #515151. Windows color (decimal): -8566270 or 150141. OLE color: 150141.

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

Color convert

RGB 125 74 2 -
CMYK 0 0.41 0.98 0.51
HSL 35.12º 0.97% 0.25% -
HSV(B) 35.12º 0.98% 0.49% -
XYZ 10.92 9.26 1.27 -
YUV 81.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 125 74 2 0 0.41 0.98 0.51 35.12 0.97 0.25
Hex 7D 4A 2 0 29 62 33 23 61 19
Octal 175 112 2 0 51 142 63 43 141 31
Binary 1111101 1001010 10 0 101001 1100010 110011 100011 1100001 11001

Color Harmonies of #7D4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A02

Black with #7D4A02

Text Example


Text Example

White with #7D4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,2); }

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

background-color css

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

 a { background-color: rgb(125,74,2); }

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

border-color css

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

 span { border-color: rgb(125,74,2); }

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