Html Css Color HEX #C58A27 Geebung

📋 copy color: '#C58A27'

red 197 ◦ green 138 ◦ blue 39

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

Shades of Geebung #C58A27

Tints of Geebung #C58A27

RGB

 RED value IS 197 (77.34% from 255) = 52.67%

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 52.67%
G = 36.9%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C58A27 (or 0xC58A27) is known color: Geebung. HEX triplet: C5, 8A and 27. RGB value is (197,138,39). Sum of RGB (Red+Green+Blue) = 197+138+39=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A27 is #3A75D8. Grayscale: #909090. Windows color (decimal): -3831257 or 2591429. OLE color: 2591429.

HSL color Cylindrical-coordinate representation of color #C58A27: hue angle of 37.59º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58A27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 138 39 -
CMYK 0 0.30 0.80 0.23
HSL 37.59º 0.67% 0.46% -
HSV(B) 37.59º 0.8% 0.77% -
XYZ 32.48 30.19 6.04 -
YUV 144.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 197 138 39 0 0.30 0.80 0.23 37.59 0.67 0.46
Hex C5 8A 27 0 1E 50 17 26 43 2E
Octal 305 212 47 0 36 120 27 46 103 56
Binary 11000101 10001010 100111 0 11110 1010000 10111 100110 1000011 101110

Color Harmonies of #C58A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A27

Black with #C58A27

Text Example


Text Example

White with #C58A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A27; }

 p { color: rgb(197,138,39); }

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

background-color css

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

 a { background-color: rgb(197,138,39); }

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

border-color css

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

 span { border-color: rgb(197,138,39); }

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