Html Css Color HEX #99483D Cognac

📋 copy color: '#99483D'

red 153 ◦ green 72 ◦ blue 61

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

Shades of Cognac #99483D

Tints of Cognac #99483D

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

 GREEN value IS 72 (28.52% from 255) = 25.17%

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 53.5%
G = 25.17%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#99483D (or 0x99483D) is known color: Cognac. HEX triplet: 99, 48 and 3D. RGB value is (153,72,61). Sum of RGB (Red+Green+Blue) = 153+72+61=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99483D is #66B7C2. Grayscale: #5F5F5F. Windows color (decimal): -6731715 or 4016281. OLE color: 4016281.

HSL color Cylindrical-coordinate representation of color #99483D: hue angle of 7.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99483D is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 61 -
CMYK 0 0.53 0.60 0.4
HSL 7.17º 0.43% 0.42% -
HSV(B) 7.17º 0.6% 0.6% -
XYZ 16.3 11.74 5.82 -
YUV 94.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 153 72 61 0 0.53 0.60 0.4 7.17 0.43 0.42
Hex 99 48 3D 0 35 3C 28 7 2B 2A
Octal 231 110 75 0 65 74 50 7 53 52
Binary 10011001 1001000 111101 0 110101 111100 101000 111 101011 101010

Color Harmonies of #99483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99483D

Black with #99483D

Text Example


Text Example

White with #99483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99483D; }

 p { color: rgb(153,72,61); }

 H1.HeaderClassName
 {
   color: #99483D;
 }
 .AnyTagClassName
 {
   color: #99483D;
 }
</style>

background-color css

<style>
 a { background-color: #99483D; }

 a { background-color: rgb(153,72,61); }

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

border-color css

<style>
 span { border-color: #99483D; }

 span { border-color: rgb(153,72,61); }

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