Html Css Color HEX #7C5305 Raw Umber

📋 copy color: '#7C5305'

red 124 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #7C5305

Tints of Raw Umber #7C5305

RGB

 RED value IS 124 (48.83% from 255) = 58.49%

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 58.49%
G = 39.15%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C5305 (or 0x7C5305) is known color: Raw Umber. HEX triplet: 7C, 53 and 05. RGB value is (124,83,5). Sum of RGB (Red+Green+Blue) = 124+83+5=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5305 is #83ACFA. Grayscale: #565656. Windows color (decimal): -8629499 or 349052. OLE color: 349052.

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

Color convert

RGB 124 83 5 -
CMYK 0 0.33 0.96 0.51
HSL 39.33º 0.92% 0.25% -
HSV(B) 39.33º 0.96% 0.49% -
XYZ 11.43 10.48 1.56 -
YUV 86.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 124 83 5 0 0.33 0.96 0.51 39.33 0.92 0.25
Hex 7C 53 5 0 21 60 33 27 5C 19
Octal 174 123 5 0 41 140 63 47 134 31
Binary 1111100 1010011 101 0 100001 1100000 110011 100111 1011100 11001

Color Harmonies of #7C5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5305

Black with #7C5305

Text Example


Text Example

White with #7C5305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,5); }

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

background-color css

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

 a { background-color: rgb(124,83,5); }

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

border-color css

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

 span { border-color: rgb(124,83,5); }

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