Html Css Color HEX #76430F Raw Umber

📋 copy color: '#76430F'

red 118 ◦ green 67 ◦ blue 15

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

Shades of Raw Umber #76430F

Tints of Raw Umber #76430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.5%

R = 59%
G = 33.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76430F (or 0x76430F) is known color: Raw Umber. HEX triplet: 76, 43 and 0F. RGB value is (118,67,15). Sum of RGB (Red+Green+Blue) = 118+67+15=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76430F is #89BCF0. Grayscale: #4C4C4C. Windows color (decimal): -9026801 or 1000310. OLE color: 1000310.

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

Color convert

RGB 118 67 15 -
CMYK 0 0.43 0.87 0.54
HSL 30.29º 0.77% 0.26% -
HSV(B) 30.29º 0.87% 0.46% -
XYZ 9.56 7.9 1.47 -
YUV 76.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 118 67 15 0 0.43 0.87 0.54 30.29 0.77 0.26
Hex 76 43 F 0 2B 57 36 1E 4D 1A
Octal 166 103 17 0 53 127 66 36 115 32
Binary 1110110 1000011 1111 0 101011 1010111 110110 11110 1001101 11010

Color Harmonies of #76430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76430F

Black with #76430F

Text Example


Text Example

White with #76430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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