Html Css Color HEX #75450B Raw Umber

📋 copy color: '#75450B'

red 117 ◦ green 69 ◦ blue 11

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

Shades of Raw Umber #75450B

Tints of Raw Umber #75450B

RGB

 RED value IS 117 (46.09% from 255) = 59.39%

 GREEN value IS 69 (27.34% from 255) = 35.03%

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

R = 59.39%
G = 35.03%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75450B (or 0x75450B) is known color: Raw Umber. HEX triplet: 75, 45 and 0B. RGB value is (117,69,11). Sum of RGB (Red+Green+Blue) = 117+69+11=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75450B is #8ABAF4. Grayscale: #4D4D4D. Windows color (decimal): -9091829 or 738677. OLE color: 738677.

HSL color Cylindrical-coordinate representation of color #75450B: hue angle of 32.83º 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 #75450B is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 11 -
CMYK 0 0.41 0.91 0.54
HSL 32.83º 0.83% 0.25% -
HSV(B) 32.83º 0.91% 0.46% -
XYZ 9.52 8.06 1.37 -
YUV 76.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 117 69 11 0 0.41 0.91 0.54 32.83 0.83 0.25
Hex 75 45 B 0 29 5B 36 21 53 19
Octal 165 105 13 0 51 133 66 41 123 31
Binary 1110101 1000101 1011 0 101001 1011011 110110 100001 1010011 11001

Color Harmonies of #75450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75450B

Black with #75450B

Text Example


Text Example

White with #75450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,69,11); }

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

background-color css

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

 a { background-color: rgb(117,69,11); }

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

border-color css

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

 span { border-color: rgb(117,69,11); }

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