Html Css Color HEX #C08231 Geebung

📋 copy color: '#C08231'

red 192 ◦ green 130 ◦ blue 49

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

Shades of Geebung #C08231

Tints of Geebung #C08231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 51.75%
G = 35.04%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C08231 (or 0xC08231) is known color: Geebung. HEX triplet: C0, 82 and 31. RGB value is (192,130,49). Sum of RGB (Red+Green+Blue) = 192+130+49=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C08231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08231 is #3F7DCE. Grayscale: #8B8B8B. Windows color (decimal): -4160975 or 3244736. OLE color: 3244736.

HSL color Cylindrical-coordinate representation of color #C08231: hue angle of 33.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C08231 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 49 -
CMYK 0 0.32 0.74 0.25
HSL 33.99º 0.59% 0.47% -
HSV(B) 33.99º 0.74% 0.75% -
XYZ 30.28 27.39 6.6 -
YUV 139.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 192 130 49 0 0.32 0.74 0.25 33.99 0.59 0.47
Hex C0 82 31 0 20 4A 19 22 3B 2F
Octal 300 202 61 0 40 112 31 42 73 57
Binary 11000000 10000010 110001 0 100000 1001010 11001 100010 111011 101111

Color Harmonies of #C08231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08231

Black with #C08231

Text Example


Text Example

White with #C08231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08231; }

 p { color: rgb(192,130,49); }

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

background-color css

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

 a { background-color: rgb(192,130,49); }

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

border-color css

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

 span { border-color: rgb(192,130,49); }

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