Html Css Color HEX #C78525 Geebung

📋 copy color: '#C78525'

red 199 ◦ green 133 ◦ blue 37

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

Shades of Geebung #C78525

Tints of Geebung #C78525

RGB

 RED value IS 199 (78.13% from 255) = 53.93%

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

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 53.93%
G = 36.04%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C78525 (or 0xC78525) is known color: Geebung. HEX triplet: C7, 85 and 25. RGB value is (199,133,37). Sum of RGB (Red+Green+Blue) = 199+133+37=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C78525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78525 is #387ADA. Grayscale: #8E8E8E. Windows color (decimal): -3701467 or 2459079. OLE color: 2459079.

HSL color Cylindrical-coordinate representation of color #C78525: hue angle of 35.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78525 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 37 -
CMYK 0 0.33 0.81 0.22
HSL 35.56º 0.69% 0.46% -
HSV(B) 35.56º 0.81% 0.78% -
XYZ 32.27 29.05 5.66 -
YUV 141.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 199 133 37 0 0.33 0.81 0.22 35.56 0.69 0.46
Hex C7 85 25 0 21 51 16 24 45 2E
Octal 307 205 45 0 41 121 26 44 105 56
Binary 11000111 10000101 100101 0 100001 1010001 10110 100100 1000101 101110

Color Harmonies of #C78525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78525

Black with #C78525

Text Example


Text Example

White with #C78525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78525; }

 p { color: rgb(199,133,37); }

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

background-color css

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

 a { background-color: rgb(199,133,37); }

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

border-color css

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

 span { border-color: rgb(199,133,37); }

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