Html Css Color HEX #CB9523 Nugget

📋 copy color: '#CB9523'

red 203 ◦ green 149 ◦ blue 35

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

Shades of Nugget #CB9523

Tints of Nugget #CB9523

RGB

 RED value IS 203 (79.69% from 255) = 52.45%

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

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 52.45%
G = 38.5%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB9523 (or 0xCB9523) is known color: Nugget. HEX triplet: CB, 95 and 23. RGB value is (203,149,35). Sum of RGB (Red+Green+Blue) = 203+149+35=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9523 is #346ADC. Grayscale: #989898. Windows color (decimal): -3435229 or 2332107. OLE color: 2332107.

HSL color Cylindrical-coordinate representation of color #CB9523: hue angle of 40.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB9523 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 35 -
CMYK 0 0.27 0.83 0.20
HSL 40.71º 0.71% 0.47% -
HSV(B) 40.71º 0.83% 0.8% -
XYZ 35.68 34.31 6.33 -
YUV 152.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 203 149 35 0 0.27 0.83 0.20 40.71 0.71 0.47
Hex CB 95 23 0 1B 53 14 29 47 2F
Octal 313 225 43 0 33 123 24 51 107 57
Binary 11001011 10010101 100011 0 11011 1010011 10100 101001 1000111 101111

Color Harmonies of #CB9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9523

Black with #CB9523

Text Example


Text Example

White with #CB9523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9523; }

 p { color: rgb(203,149,35); }

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

background-color css

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

 a { background-color: rgb(203,149,35); }

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

border-color css

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

 span { border-color: rgb(203,149,35); }

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