Html Css Color HEX #7D430B Raw Umber

📋 copy color: '#7D430B'

red 125 ◦ green 67 ◦ blue 11

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

Shades of Raw Umber #7D430B

Tints of Raw Umber #7D430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 61.58%
G = 33%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D430B (or 0x7D430B) is known color: Raw Umber. HEX triplet: 7D, 43 and 0B. RGB value is (125,67,11). Sum of RGB (Red+Green+Blue) = 125+67+11=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D430B is #82BCF4. Grayscale: #4E4E4E. Windows color (decimal): -8568053 or 738173. OLE color: 738173.

HSL color Cylindrical-coordinate representation of color #7D430B: hue angle of 29.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D430B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 67 11 -
CMYK 0 0.46 0.91 0.51
HSL 29.47º 0.84% 0.27% -
HSV(B) 29.47º 0.91% 0.49% -
XYZ 10.53 8.4 1.38 -
YUV 77.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 125 67 11 0 0.46 0.91 0.51 29.47 0.84 0.27
Hex 7D 43 B 0 2E 5B 33 1D 54 1B
Octal 175 103 13 0 56 133 63 35 124 33
Binary 1111101 1000011 1011 0 101110 1011011 110011 11101 1010100 11011

Color Harmonies of #7D430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D430B

Black with #7D430B

Text Example


Text Example

White with #7D430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,67,11); }

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

background-color css

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

 a { background-color: rgb(125,67,11); }

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

border-color css

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

 span { border-color: rgb(125,67,11); }

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