Html Css Color HEX #C3852C Geebung

📋 copy color: '#C3852C'

red 195 ◦ green 133 ◦ blue 44

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

Shades of Geebung #C3852C

Tints of Geebung #C3852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 52.42%
G = 35.75%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3852C (or 0xC3852C) is known color: Geebung. HEX triplet: C3, 85 and 2C. RGB value is (195,133,44). Sum of RGB (Red+Green+Blue) = 195+133+44=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3852C is #3C7AD3. Grayscale: #8D8D8D. Windows color (decimal): -3963604 or 2917827. OLE color: 2917827.

HSL color Cylindrical-coordinate representation of color #C3852C: hue angle of 35.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3852C is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 44 -
CMYK 0 0.32 0.77 0.24
HSL 35.36º 0.63% 0.47% -
HSV(B) 35.36º 0.77% 0.76% -
XYZ 31.35 28.56 6.24 -
YUV 141.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 195 133 44 0 0.32 0.77 0.24 35.36 0.63 0.47
Hex C3 85 2C 0 20 4D 18 23 3F 2F
Octal 303 205 54 0 40 115 30 43 77 57
Binary 11000011 10000101 101100 0 100000 1001101 11000 100011 111111 101111

Color Harmonies of #C3852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3852C

Black with #C3852C

Text Example


Text Example

White with #C3852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3852C; }

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

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

background-color css

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

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

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

border-color css

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

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

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