Html Css Color HEX #C98522 Geebung

📋 copy color: '#C98522'

red 201 ◦ green 133 ◦ blue 34

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

Shades of Geebung #C98522

Tints of Geebung #C98522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 54.62%
G = 36.14%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C98522 (or 0xC98522) is known color: Geebung. HEX triplet: C9, 85 and 22. RGB value is (201,133,34). Sum of RGB (Red+Green+Blue) = 201+133+34=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98522 is #367ADD. Grayscale: #8E8E8E. Windows color (decimal): -3570398 or 2262473. OLE color: 2262473.

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

Color convert

RGB 201 133 34 -
CMYK 0 0.34 0.83 0.21
HSL 35.57º 0.71% 0.46% -
HSV(B) 35.57º 0.83% 0.79% -
XYZ 32.76 29.31 5.44 -
YUV 142.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 201 133 34 0 0.34 0.83 0.21 35.57 0.71 0.46
Hex C9 85 22 0 22 53 15 24 47 2E
Octal 311 205 42 0 42 123 25 44 107 56
Binary 11001001 10000101 100010 0 100010 1010011 10101 100100 1000111 101110

Color Harmonies of #C98522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98522

Black with #C98522

Text Example


Text Example

White with #C98522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98522; }

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

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

background-color css

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

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

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

border-color css

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

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

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