Html Css Color HEX #74551C Raw Umber

📋 copy color: '#74551C'

red 116 ◦ green 85 ◦ blue 28

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

Shades of Raw Umber #74551C

Tints of Raw Umber #74551C

RGB

 RED value IS 116 (45.7% from 255) = 50.66%

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 50.66%
G = 37.12%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74551C (or 0x74551C) is known color: Raw Umber. HEX triplet: 74, 55 and 1C. RGB value is (116,85,28). Sum of RGB (Red+Green+Blue) = 116+85+28=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74551C is #8BAAE3. Grayscale: #585858. Windows color (decimal): -9153252 or 1856884. OLE color: 1856884.

HSL color Cylindrical-coordinate representation of color #74551C: hue angle of 38.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74551C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 28 -
CMYK 0 0.27 0.76 0.55
HSL 38.86º 0.61% 0.28% -
HSV(B) 38.86º 0.76% 0.45% -
XYZ 10.66 10.29 2.52 -
YUV 87.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 116 85 28 0 0.27 0.76 0.55 38.86 0.61 0.28
Hex 74 55 1C 0 1B 4C 37 27 3D 1C
Octal 164 125 34 0 33 114 67 47 75 34
Binary 1110100 1010101 11100 0 11011 1001100 110111 100111 111101 11100

Color Harmonies of #74551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74551C

Black with #74551C

Text Example


Text Example

White with #74551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,85,28); }

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

background-color css

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

 a { background-color: rgb(116,85,28); }

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

border-color css

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

 span { border-color: rgb(116,85,28); }

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