Html Css Color HEX #7A541B Raw Umber

📋 copy color: '#7A541B'

red 122 ◦ green 84 ◦ blue 27

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

Shades of Raw Umber #7A541B

Tints of Raw Umber #7A541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 52.36%
G = 36.05%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A541B (or 0x7A541B) is known color: Raw Umber. HEX triplet: 7A, 54 and 1B. RGB value is (122,84,27). Sum of RGB (Red+Green+Blue) = 122+84+27=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A541B is #85ABE4. Grayscale: #595959. Windows color (decimal): -8760293 or 1791098. OLE color: 1791098.

HSL color Cylindrical-coordinate representation of color #7A541B: hue angle of 36º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A541B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 84 27 -
CMYK 0 0.31 0.78 0.52
HSL 36º 0.64% 0.29% -
HSV(B) 36º 0.78% 0.48% -
XYZ 11.39 10.56 2.47 -
YUV 88.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 122 84 27 0 0.31 0.78 0.52 36 0.64 0.29
Hex 7A 54 1B 0 1F 4E 34 24 40 1D
Octal 172 124 33 0 37 116 64 44 100 35
Binary 1111010 1010100 11011 0 11111 1001110 110100 100100 1000000 11101

Color Harmonies of #7A541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A541B

Black with #7A541B

Text Example


Text Example

White with #7A541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,27); }

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

background-color css

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

 a { background-color: rgb(122,84,27); }

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

border-color css

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

 span { border-color: rgb(122,84,27); }

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