Html Css Color HEX #76430C Raw Umber

📋 copy color: '#76430C'

red 118 ◦ green 67 ◦ blue 12

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

Shades of Raw Umber #76430C

Tints of Raw Umber #76430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 59.9%
G = 34.01%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76430C (or 0x76430C) is known color: Raw Umber. HEX triplet: 76, 43 and 0C. RGB value is (118,67,12). Sum of RGB (Red+Green+Blue) = 118+67+12=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76430C is #89BCF3. Grayscale: #4C4C4C. Windows color (decimal): -9026804 or 803702. OLE color: 803702.

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

Color convert

RGB 118 67 12 -
CMYK 0 0.43 0.90 0.54
HSL 31.13º 0.82% 0.25% -
HSV(B) 31.13º 0.9% 0.46% -
XYZ 9.54 7.89 1.37 -
YUV 75.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 118 67 12 0 0.43 0.90 0.54 31.13 0.82 0.25
Hex 76 43 C 0 2B 5A 36 1F 52 19
Octal 166 103 14 0 53 132 66 37 122 31
Binary 1110110 1000011 1100 0 101011 1011010 110110 11111 1010010 11001

Color Harmonies of #76430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76430C

Black with #76430C

Text Example


Text Example

White with #76430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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