Html Css Color HEX #76430A Raw Umber

📋 copy color: '#76430A'

red 118 ◦ green 67 ◦ blue 10

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

Shades of Raw Umber #76430A

Tints of Raw Umber #76430A

RGB

 RED value IS 118 (46.48% from 255) = 60.51%

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

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 60.51%
G = 34.36%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76430A (or 0x76430A) is known color: Raw Umber. HEX triplet: 76, 43 and 0A. RGB value is (118,67,10). Sum of RGB (Red+Green+Blue) = 118+67+10=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76430A is #89BCF5. Grayscale: #4C4C4C. Windows color (decimal): -9026806 or 672630. OLE color: 672630.

HSL color Cylindrical-coordinate representation of color #76430A: hue angle of 31.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76430A is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 10 -
CMYK 0 0.43 0.92 0.54
HSL 31.67º 0.84% 0.25% -
HSV(B) 31.67º 0.92% 0.46% -
XYZ 9.53 7.89 1.31 -
YUV 75.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 118 67 10 0 0.43 0.92 0.54 31.67 0.84 0.25
Hex 76 43 A 0 2B 5C 36 20 54 19
Octal 166 103 12 0 53 134 66 40 124 31
Binary 1110110 1000011 1010 0 101011 1011100 110110 100000 1010100 11001

Color Harmonies of #76430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76430A

Black with #76430A

Text Example


Text Example

White with #76430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76430A; }

 p { color: rgb(118,67,10); }

 H1.HeaderClassName
 {
   color: #76430A;
 }
 .AnyTagClassName
 {
   color: #76430A;
 }
</style>

background-color css

<style>
 a { background-color: #76430A; }

 a { background-color: rgb(118,67,10); }

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

border-color css

<style>
 span { border-color: #76430A; }

 span { border-color: rgb(118,67,10); }

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