Html Css Color HEX #C28725 Geebung

📋 copy color: '#C28725'

red 194 ◦ green 135 ◦ blue 37

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

Shades of Geebung #C28725

Tints of Geebung #C28725

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

 GREEN value IS 135 (53.13% from 255) = 36.89%

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

R = 53.01%
G = 36.89%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C28725 (or 0xC28725) is known color: Geebung. HEX triplet: C2, 87 and 25. RGB value is (194,135,37). Sum of RGB (Red+Green+Blue) = 194+135+37=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28725 is #3D78DA. Grayscale: #8D8D8D. Windows color (decimal): -4028635 or 2459586. OLE color: 2459586.

HSL color Cylindrical-coordinate representation of color #C28725: hue angle of 37.45º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28725 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 37 -
CMYK 0 0.30 0.81 0.24
HSL 37.45º 0.68% 0.45% -
HSV(B) 37.45º 0.81% 0.76% -
XYZ 31.25 28.93 5.69 -
YUV 141.47 69.05 165.47 -
System Red Green Blue C M Y K H S L
Decimal 194 135 37 0 0.30 0.81 0.24 37.45 0.68 0.45
Hex C2 87 25 0 1E 51 18 25 44 2D
Octal 302 207 45 0 36 121 30 45 104 55
Binary 11000010 10000111 100101 0 11110 1010001 11000 100101 1000100 101101

Color Harmonies of #C28725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28725

Black with #C28725

Text Example


Text Example

White with #C28725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28725; }

 p { color: rgb(194,135,37); }

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

background-color css

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

 a { background-color: rgb(194,135,37); }

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

border-color css

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

 span { border-color: rgb(194,135,37); }

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