Html Css Color HEX #C48735 Geebung

📋 copy color: '#C48735'

red 196 ◦ green 135 ◦ blue 53

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

Shades of Geebung #C48735

Tints of Geebung #C48735

RGB

 RED value IS 196 (76.95% from 255) = 51.04%

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 51.04%
G = 35.16%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48735 (or 0xC48735) is known color: Geebung. HEX triplet: C4, 87 and 35. RGB value is (196,135,53). Sum of RGB (Red+Green+Blue) = 196+135+53=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C48735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48735 is #3B78CA. Grayscale: #909090. Windows color (decimal): -3897547 or 3508164. OLE color: 3508164.

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

Color convert

RGB 196 135 53 -
CMYK 0 0.31 0.73 0.23
HSL 34.41º 0.57% 0.49% -
HSV(B) 34.41º 0.73% 0.77% -
XYZ 32.07 29.32 7.34 -
YUV 143.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 196 135 53 0 0.31 0.73 0.23 34.41 0.57 0.49
Hex C4 87 35 0 1F 49 17 22 39 31
Octal 304 207 65 0 37 111 27 42 71 61
Binary 11000100 10000111 110101 0 11111 1001001 10111 100010 111001 110001

Color Harmonies of #C48735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48735

Black with #C48735

Text Example


Text Example

White with #C48735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48735; }

 p { color: rgb(196,135,53); }

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

background-color css

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

 a { background-color: rgb(196,135,53); }

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

border-color css

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

 span { border-color: rgb(196,135,53); }

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