Html Css Color HEX #C38034 Geebung

📋 copy color: '#C38034'

red 195 ◦ green 128 ◦ blue 52

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

Shades of Geebung #C38034

Tints of Geebung #C38034

RGB

 RED value IS 195 (76.56% from 255) = 52%

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 52%
G = 34.13%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C38034 (or 0xC38034) is known color: Geebung. HEX triplet: C3, 80 and 34. RGB value is (195,128,52). Sum of RGB (Red+Green+Blue) = 195+128+52=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C38034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38034 is #3C7FCB. Grayscale: #8B8B8B. Windows color (decimal): -3964876 or 3440835. OLE color: 3440835.

HSL color Cylindrical-coordinate representation of color #C38034: hue angle of 31.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38034 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 52 -
CMYK 0 0.34 0.73 0.24
HSL 31.89º 0.58% 0.48% -
HSV(B) 31.89º 0.73% 0.76% -
XYZ 30.84 27.29 6.89 -
YUV 139.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 195 128 52 0 0.34 0.73 0.24 31.89 0.58 0.48
Hex C3 80 34 0 22 49 18 20 3A 30
Octal 303 200 64 0 42 111 30 40 72 60
Binary 11000011 10000000 110100 0 100010 1001001 11000 100000 111010 110000

Color Harmonies of #C38034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38034

Black with #C38034

Text Example


Text Example

White with #C38034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38034; }

 p { color: rgb(195,128,52); }

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

background-color css

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

 a { background-color: rgb(195,128,52); }

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

border-color css

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

 span { border-color: rgb(195,128,52); }

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