Html Css Color HEX #7C430E Raw Umber

📋 copy color: '#7C430E'

red 124 ◦ green 67 ◦ blue 14

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

Shades of Raw Umber #7C430E

Tints of Raw Umber #7C430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 60.49%
G = 32.68%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C430E (or 0x7C430E) is known color: Raw Umber. HEX triplet: 7C, 43 and 0E. RGB value is (124,67,14). Sum of RGB (Red+Green+Blue) = 124+67+14=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C430E is #83BCF1. Grayscale: #4E4E4E. Windows color (decimal): -8633586 or 934780. OLE color: 934780.

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

Color convert

RGB 124 67 14 -
CMYK 0 0.46 0.89 0.51
HSL 28.91º 0.8% 0.27% -
HSV(B) 28.91º 0.89% 0.49% -
XYZ 10.4 8.33 1.48 -
YUV 78 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 124 67 14 0 0.46 0.89 0.51 28.91 0.8 0.27
Hex 7C 43 E 0 2E 59 33 1D 50 1B
Octal 174 103 16 0 56 131 63 35 120 33
Binary 1111100 1000011 1110 0 101110 1011001 110011 11101 1010000 11011

Color Harmonies of #7C430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C430E

Black with #7C430E

Text Example


Text Example

White with #7C430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,14); }

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

background-color css

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

 a { background-color: rgb(124,67,14); }

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

border-color css

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

 span { border-color: rgb(124,67,14); }

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