Html Css Color HEX #7D530C Raw Umber

📋 copy color: '#7D530C'

red 125 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #7D530C

Tints of Raw Umber #7D530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 56.82%
G = 37.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D530C (or 0x7D530C) is known color: Raw Umber. HEX triplet: 7D, 53 and 0C. RGB value is (125,83,12). Sum of RGB (Red+Green+Blue) = 125+83+12=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D530C is #82ACF3. Grayscale: #575757. Windows color (decimal): -8563956 or 807805. OLE color: 807805.

HSL color Cylindrical-coordinate representation of color #7D530C: hue angle of 37.7º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D530C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 83 12 -
CMYK 0 0.34 0.90 0.51
HSL 37.7º 0.82% 0.27% -
HSV(B) 37.7º 0.9% 0.49% -
XYZ 11.62 10.57 1.78 -
YUV 87.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 125 83 12 0 0.34 0.90 0.51 37.7 0.82 0.27
Hex 7D 53 C 0 22 5A 33 26 52 1B
Octal 175 123 14 0 42 132 63 46 122 33
Binary 1111101 1010011 1100 0 100010 1011010 110011 100110 1010010 11011

Color Harmonies of #7D530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D530C

Black with #7D530C

Text Example


Text Example

White with #7D530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,12); }

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

background-color css

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

 a { background-color: rgb(125,83,12); }

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

border-color css

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

 span { border-color: rgb(125,83,12); }

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