Html Css Color HEX #C98524 Geebung

📋 copy color: '#C98524'

red 201 ◦ green 133 ◦ blue 36

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

Shades of Geebung #C98524

Tints of Geebung #C98524

RGB

 RED value IS 201 (78.91% from 255) = 54.32%

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 54.32%
G = 35.95%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C98524 (or 0xC98524) is known color: Geebung. HEX triplet: C9, 85 and 24. RGB value is (201,133,36). Sum of RGB (Red+Green+Blue) = 201+133+36=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C98524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98524 is #367ADB. Grayscale: #8E8E8E. Windows color (decimal): -3570396 or 2393545. OLE color: 2393545.

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

Color convert

RGB 201 133 36 -
CMYK 0 0.34 0.82 0.21
HSL 35.27º 0.7% 0.46% -
HSV(B) 35.27º 0.82% 0.79% -
XYZ 32.79 29.32 5.6 -
YUV 142.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 201 133 36 0 0.34 0.82 0.21 35.27 0.7 0.46
Hex C9 85 24 0 22 52 15 23 46 2E
Octal 311 205 44 0 42 122 25 43 106 56
Binary 11001001 10000101 100100 0 100010 1010010 10101 100011 1000110 101110

Color Harmonies of #C98524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98524

Black with #C98524

Text Example


Text Example

White with #C98524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98524; }

 p { color: rgb(201,133,36); }

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

background-color css

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

 a { background-color: rgb(201,133,36); }

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

border-color css

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

 span { border-color: rgb(201,133,36); }

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