Html Css Color HEX #C38534 Geebung

📋 copy color: '#C38534'

red 195 ◦ green 133 ◦ blue 52

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

Shades of Geebung #C38534

Tints of Geebung #C38534

RGB

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

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

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

R = 51.32%
G = 35%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C38534 (or 0xC38534) is known color: Geebung. HEX triplet: C3, 85 and 34. RGB value is (195,133,52). Sum of RGB (Red+Green+Blue) = 195+133+52=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C38534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38534 is #3C7ACB. Grayscale: #8E8E8E. Windows color (decimal): -3963596 or 3442115. OLE color: 3442115.

HSL color Cylindrical-coordinate representation of color #C38534: hue angle of 33.99º 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 #C38534 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 52 -
CMYK 0 0.32 0.73 0.24
HSL 33.99º 0.58% 0.48% -
HSV(B) 33.99º 0.73% 0.76% -
XYZ 31.51 28.63 7.11 -
YUV 142.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 195 133 52 0 0.32 0.73 0.24 33.99 0.58 0.48
Hex C3 85 34 0 20 49 18 22 3A 30
Octal 303 205 64 0 40 111 30 42 72 60
Binary 11000011 10000101 110100 0 100000 1001001 11000 100010 111010 110000

Color Harmonies of #C38534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38534

Black with #C38534

Text Example


Text Example

White with #C38534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38534; }

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

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

background-color css

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

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

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

border-color css

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

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

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