Html Css Color HEX #CB9823 Nugget

📋 copy color: '#CB9823'

red 203 ◦ green 152 ◦ blue 35

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

Shades of Nugget #CB9823

Tints of Nugget #CB9823

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 52.05%
G = 38.97%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB9823 (or 0xCB9823) is known color: Nugget. HEX triplet: CB, 98 and 23. RGB value is (203,152,35). Sum of RGB (Red+Green+Blue) = 203+152+35=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9823 is #3467DC. Grayscale: #9A9A9A. Windows color (decimal): -3434461 or 2332875. OLE color: 2332875.

HSL color Cylindrical-coordinate representation of color #CB9823: hue angle of 41.79º 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 #CB9823 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 35 -
CMYK 0 0.25 0.83 0.20
HSL 41.79º 0.71% 0.47% -
HSV(B) 41.79º 0.83% 0.8% -
XYZ 36.16 35.27 6.49 -
YUV 153.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 203 152 35 0 0.25 0.83 0.20 41.79 0.71 0.47
Hex CB 98 23 0 19 53 14 2A 47 2F
Octal 313 230 43 0 31 123 24 52 107 57
Binary 11001011 10011000 100011 0 11001 1010011 10100 101010 1000111 101111

Color Harmonies of #CB9823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9823

Black with #CB9823

Text Example


Text Example

White with #CB9823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9823; }

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

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

background-color css

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

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

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

border-color css

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

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

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