Html Css Color HEX #76430B Raw Umber

📋 copy color: '#76430B'

red 118 ◦ green 67 ◦ blue 11

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

Shades of Raw Umber #76430B

Tints of Raw Umber #76430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 60.2%
G = 34.18%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76430B (or 0x76430B) is known color: Raw Umber. HEX triplet: 76, 43 and 0B. RGB value is (118,67,11). Sum of RGB (Red+Green+Blue) = 118+67+11=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76430B is #89BCF4. Grayscale: #4C4C4C. Windows color (decimal): -9026805 or 738166. OLE color: 738166.

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

Color convert

RGB 118 67 11 -
CMYK 0 0.43 0.91 0.54
HSL 31.4º 0.83% 0.25% -
HSV(B) 31.4º 0.91% 0.46% -
XYZ 9.54 7.89 1.34 -
YUV 75.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 118 67 11 0 0.43 0.91 0.54 31.4 0.83 0.25
Hex 76 43 B 0 2B 5B 36 1F 53 19
Octal 166 103 13 0 53 133 66 37 123 31
Binary 1110110 1000011 1011 0 101011 1011011 110110 11111 1010011 11001

Color Harmonies of #76430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76430B

Black with #76430B

Text Example


Text Example

White with #76430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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