Html Css Color HEX #74452F Cape Palliser

📋 copy color: '#74452F'

red 116 ◦ green 69 ◦ blue 47

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

Shades of Cape Palliser #74452F

Tints of Cape Palliser #74452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 50%
G = 29.74%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74452F (or 0x74452F) is known color: Cape Palliser. HEX triplet: 74, 45 and 2F. RGB value is (116,69,47). Sum of RGB (Red+Green+Blue) = 116+69+47=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74452F is #8BBAD0. Grayscale: #505050. Windows color (decimal): -9157329 or 3097972. OLE color: 3097972.

HSL color Cylindrical-coordinate representation of color #74452F: hue angle of 19.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74452F is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 47 -
CMYK 0 0.41 0.59 0.55
HSL 19.13º 0.42% 0.32% -
HSV(B) 19.13º 0.59% 0.45% -
XYZ 9.84 8.17 3.75 -
YUV 80.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 116 69 47 0 0.41 0.59 0.55 19.13 0.42 0.32
Hex 74 45 2F 0 29 3B 37 13 2A 20
Octal 164 105 57 0 51 73 67 23 52 40
Binary 1110100 1000101 101111 0 101001 111011 110111 10011 101010 100000

Color Harmonies of #74452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74452F

Black with #74452F

Text Example


Text Example

White with #74452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74452F; }

 p { color: rgb(116,69,47); }

 H1.HeaderClassName
 {
   color: #74452F;
 }
 .AnyTagClassName
 {
   color: #74452F;
 }
</style>

background-color css

<style>
 a { background-color: #74452F; }

 a { background-color: rgb(116,69,47); }

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

border-color css

<style>
 span { border-color: #74452F; }

 span { border-color: rgb(116,69,47); }

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