Html Css Color HEX #C58326 Geebung

📋 copy color: '#C58326'

red 197 ◦ green 131 ◦ blue 38

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

Shades of Geebung #C58326

Tints of Geebung #C58326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.38%

R = 53.83%
G = 35.79%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C58326 (or 0xC58326) is known color: Geebung. HEX triplet: C5, 83 and 26. RGB value is (197,131,38). Sum of RGB (Red+Green+Blue) = 197+131+38=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58326 is #3A7CD9. Grayscale: #8C8C8C. Windows color (decimal): -3833050 or 2524101. OLE color: 2524101.

HSL color Cylindrical-coordinate representation of color #C58326: hue angle of 35.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C58326 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 38 -
CMYK 0 0.34 0.81 0.23
HSL 35.09º 0.68% 0.46% -
HSV(B) 35.09º 0.81% 0.77% -
XYZ 31.49 28.24 5.63 -
YUV 140.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 197 131 38 0 0.34 0.81 0.23 35.09 0.68 0.46
Hex C5 83 26 0 22 51 17 23 44 2E
Octal 305 203 46 0 42 121 27 43 104 56
Binary 11000101 10000011 100110 0 100010 1010001 10111 100011 1000100 101110

Color Harmonies of #C58326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58326

Black with #C58326

Text Example


Text Example

White with #C58326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58326; }

 p { color: rgb(197,131,38); }

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

background-color css

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

 a { background-color: rgb(197,131,38); }

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

border-color css

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

 span { border-color: rgb(197,131,38); }

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