Html Css Color HEX #764B03 Raw Umber

📋 copy color: '#764B03'

red 118 ◦ green 75 ◦ blue 3

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

Shades of Raw Umber #764B03

Tints of Raw Umber #764B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.27%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 60.2%
G = 38.27%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764B03 (or 0x764B03) is known color: Raw Umber. HEX triplet: 76, 4B and 03. RGB value is (118,75,3). Sum of RGB (Red+Green+Blue) = 118+75+3=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B03 is #89B4FC. Grayscale: #4F4F4F. Windows color (decimal): -9024765 or 215926. OLE color: 215926.

HSL color Cylindrical-coordinate representation of color #764B03: hue angle of 37.57º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #764B03 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 3 -
CMYK 0 0.36 0.97 0.54
HSL 37.57º 0.95% 0.24% -
HSV(B) 37.57º 0.97% 0.46% -
XYZ 10 8.89 1.27 -
YUV 79.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 118 75 3 0 0.36 0.97 0.54 37.57 0.95 0.24
Hex 76 4B 3 0 24 61 36 26 5F 18
Octal 166 113 3 0 44 141 66 46 137 30
Binary 1110110 1001011 11 0 100100 1100001 110110 100110 1011111 11000

Color Harmonies of #764B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B03

Black with #764B03

Text Example


Text Example

White with #764B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B03; }

 p { color: rgb(118,75,3); }

 H1.HeaderClassName
 {
   color: #764B03;
 }
 .AnyTagClassName
 {
   color: #764B03;
 }
</style>

background-color css

<style>
 a { background-color: #764B03; }

 a { background-color: rgb(118,75,3); }

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

border-color css

<style>
 span { border-color: #764B03; }

 span { border-color: rgb(118,75,3); }

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