Html Css Color HEX #7A530B Raw Umber

📋 copy color: '#7A530B'

red 122 ◦ green 83 ◦ blue 11

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

Shades of Raw Umber #7A530B

Tints of Raw Umber #7A530B

RGB

 RED value IS 122 (48.05% from 255) = 56.48%

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

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

R = 56.48%
G = 38.43%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A530B (or 0x7A530B) is known color: Raw Umber. HEX triplet: 7A, 53 and 0B. RGB value is (122,83,11). Sum of RGB (Red+Green+Blue) = 122+83+11=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A530B is #85ACF4. Grayscale: #565656. Windows color (decimal): -8760565 or 742266. OLE color: 742266.

HSL color Cylindrical-coordinate representation of color #7A530B: hue angle of 38.92º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A530B is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 11 -
CMYK 0 0.32 0.91 0.52
HSL 38.92º 0.83% 0.26% -
HSV(B) 38.92º 0.91% 0.48% -
XYZ 11.18 10.35 1.72 -
YUV 86.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 122 83 11 0 0.32 0.91 0.52 38.92 0.83 0.26
Hex 7A 53 B 0 20 5B 34 27 53 1A
Octal 172 123 13 0 40 133 64 47 123 32
Binary 1111010 1010011 1011 0 100000 1011011 110100 100111 1010011 11010

Color Harmonies of #7A530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A530B

Black with #7A530B

Text Example


Text Example

White with #7A530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,11); }

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

background-color css

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

 a { background-color: rgb(122,83,11); }

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

border-color css

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

 span { border-color: rgb(122,83,11); }

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