Html Css Color HEX #C08425 Geebung

📋 copy color: '#C08425'

red 192 ◦ green 132 ◦ blue 37

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

Shades of Geebung #C08425

Tints of Geebung #C08425

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 53.19%
G = 36.57%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C08425 (or 0xC08425) is known color: Geebung. HEX triplet: C0, 84 and 25. RGB value is (192,132,37). Sum of RGB (Red+Green+Blue) = 192+132+37=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08425 is #3F7BDA. Grayscale: #8B8B8B. Windows color (decimal): -4160475 or 2458816. OLE color: 2458816.

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

Color convert

RGB 192 132 37 -
CMYK 0 0.31 0.81 0.25
HSL 36.77º 0.68% 0.45% -
HSV(B) 36.77º 0.81% 0.75% -
XYZ 30.32 27.84 5.53 -
YUV 139.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 192 132 37 0 0.31 0.81 0.25 36.77 0.68 0.45
Hex C0 84 25 0 1F 51 19 25 44 2D
Octal 300 204 45 0 37 121 31 45 104 55
Binary 11000000 10000100 100101 0 11111 1010001 11001 100101 1000100 101101

Color Harmonies of #C08425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08425

Black with #C08425

Text Example


Text Example

White with #C08425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08425; }

 p { color: rgb(192,132,37); }

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

background-color css

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

 a { background-color: rgb(192,132,37); }

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

border-color css

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

 span { border-color: rgb(192,132,37); }

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