Html Css Color HEX #C1830B Dark Goldenrod

📋 copy color: '#C1830B'

red 193 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #C1830B

Tints of Dark Goldenrod #C1830B

RGB

 RED value IS 193 (75.78% from 255) = 57.61%

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 57.61%
G = 39.1%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1830B (or 0xC1830B) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 0B. RGB value is (193,131,11). Sum of RGB (Red+Green+Blue) = 193+131+11=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1830B is #3E7CF4. Grayscale: #888888. Windows color (decimal): -4095221 or 754625. OLE color: 754625.

HSL color Cylindrical-coordinate representation of color #C1830B: hue angle of 39.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1830B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 11 -
CMYK 0 0.32 0.94 0.24
HSL 39.56º 0.89% 0.4% -
HSV(B) 39.56º 0.94% 0.76% -
XYZ 30.17 27.59 4.05 -
YUV 135.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 193 131 11 0 0.32 0.94 0.24 39.56 0.89 0.4
Hex C1 83 B 0 20 5E 18 28 59 28
Octal 301 203 13 0 40 136 30 50 131 50
Binary 11000001 10000011 1011 0 100000 1011110 11000 101000 1011001 101000

Color Harmonies of #C1830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1830B

Black with #C1830B

Text Example


Text Example

White with #C1830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1830B; }

 p { color: rgb(193,131,11); }

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

background-color css

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

 a { background-color: rgb(193,131,11); }

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

border-color css

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

 span { border-color: rgb(193,131,11); }

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