Html Css Color HEX #C38635 Geebung

📋 copy color: '#C38635'

red 195 ◦ green 134 ◦ blue 53

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

Shades of Geebung #C38635

Tints of Geebung #C38635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 51.05%
G = 35.08%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C38635 (or 0xC38635) is known color: Geebung. HEX triplet: C3, 86 and 35. RGB value is (195,134,53). Sum of RGB (Red+Green+Blue) = 195+134+53=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38635 is #3C79CA. Grayscale: #8F8F8F. Windows color (decimal): -3963339 or 3507907. OLE color: 3507907.

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

Color convert

RGB 195 134 53 -
CMYK 0 0.31 0.73 0.24
HSL 34.23º 0.57% 0.49% -
HSV(B) 34.23º 0.73% 0.76% -
XYZ 31.67 28.91 7.28 -
YUV 143.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 195 134 53 0 0.31 0.73 0.24 34.23 0.57 0.49
Hex C3 86 35 0 1F 49 18 22 39 31
Octal 303 206 65 0 37 111 30 42 71 61
Binary 11000011 10000110 110101 0 11111 1001001 11000 100010 111001 110001

Color Harmonies of #C38635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38635

Black with #C38635

Text Example


Text Example

White with #C38635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38635; }

 p { color: rgb(195,134,53); }

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

background-color css

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

 a { background-color: rgb(195,134,53); }

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

border-color css

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

 span { border-color: rgb(195,134,53); }

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