Html Css Color HEX #C98B27 Geebung

📋 copy color: '#C98B27'

red 201 ◦ green 139 ◦ blue 39

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

Shades of Geebung #C98B27

Tints of Geebung #C98B27

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 39 (15.63% from 255) = 10.29%

R = 53.03%
G = 36.68%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C98B27 (or 0xC98B27) is known color: Geebung. HEX triplet: C9, 8B and 27. RGB value is (201,139,39). Sum of RGB (Red+Green+Blue) = 201+139+39=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B27 is #3674D8. Grayscale: #929292. Windows color (decimal): -3568857 or 2591689. OLE color: 2591689.

HSL color Cylindrical-coordinate representation of color #C98B27: hue angle of 37.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C98B27 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 39 -
CMYK 0 0.31 0.81 0.21
HSL 37.04º 0.68% 0.47% -
HSV(B) 37.04º 0.81% 0.79% -
XYZ 33.69 31.03 6.13 -
YUV 146.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 201 139 39 0 0.31 0.81 0.21 37.04 0.68 0.47
Hex C9 8B 27 0 1F 51 15 25 44 2F
Octal 311 213 47 0 37 121 25 45 104 57
Binary 11001001 10001011 100111 0 11111 1010001 10101 100101 1000100 101111

Color Harmonies of #C98B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B27

Black with #C98B27

Text Example


Text Example

White with #C98B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B27; }

 p { color: rgb(201,139,39); }

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

background-color css

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

 a { background-color: rgb(201,139,39); }

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

border-color css

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

 span { border-color: rgb(201,139,39); }

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