Html Css Color HEX #C3852F Geebung

📋 copy color: '#C3852F'

red 195 ◦ green 133 ◦ blue 47

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

Shades of Geebung #C3852F

Tints of Geebung #C3852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 52%
G = 35.47%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3852F (or 0xC3852F) is known color: Geebung. HEX triplet: C3, 85 and 2F. RGB value is (195,133,47). Sum of RGB (Red+Green+Blue) = 195+133+47=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3852F is #3C7AD0. Grayscale: #8E8E8E. Windows color (decimal): -3963601 or 3114435. OLE color: 3114435.

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

Color convert

RGB 195 133 47 -
CMYK 0 0.32 0.76 0.24
HSL 34.86º 0.61% 0.47% -
HSV(B) 34.86º 0.76% 0.76% -
XYZ 31.41 28.58 6.55 -
YUV 141.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 195 133 47 0 0.32 0.76 0.24 34.86 0.61 0.47
Hex C3 85 2F 0 20 4C 18 23 3D 2F
Octal 303 205 57 0 40 114 30 43 75 57
Binary 11000011 10000101 101111 0 100000 1001100 11000 100011 111101 101111

Color Harmonies of #C3852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3852F

Black with #C3852F

Text Example


Text Example

White with #C3852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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