Html Css Color HEX #CA9524 Nugget

📋 copy color: '#CA9524'

red 202 ◦ green 149 ◦ blue 36

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

Shades of Nugget #CA9524

Tints of Nugget #CA9524

RGB

 RED value IS 202 (79.3% from 255) = 52.2%

 GREEN value IS 149 (58.59% from 255) = 38.5%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 52.2%
G = 38.5%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA9524 (or 0xCA9524) is known color: Nugget. HEX triplet: CA, 95 and 24. RGB value is (202,149,36). Sum of RGB (Red+Green+Blue) = 202+149+36=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9524 is #356ADB. Grayscale: #989898. Windows color (decimal): -3500764 or 2397642. OLE color: 2397642.

HSL color Cylindrical-coordinate representation of color #CA9524: hue angle of 40.84º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA9524 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 36 -
CMYK 0 0.26 0.82 0.21
HSL 40.84º 0.7% 0.47% -
HSV(B) 40.84º 0.82% 0.79% -
XYZ 35.42 34.18 6.4 -
YUV 151.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 202 149 36 0 0.26 0.82 0.21 40.84 0.7 0.47
Hex CA 95 24 0 1A 52 15 29 46 2F
Octal 312 225 44 0 32 122 25 51 106 57
Binary 11001010 10010101 100100 0 11010 1010010 10101 101001 1000110 101111

Color Harmonies of #CA9524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9524

Black with #CA9524

Text Example


Text Example

White with #CA9524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9524; }

 p { color: rgb(202,149,36); }

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

background-color css

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

 a { background-color: rgb(202,149,36); }

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

border-color css

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

 span { border-color: rgb(202,149,36); }

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