Html Css Color HEX #C3841B Geebung

📋 copy color: '#C3841B'

red 195 ◦ green 132 ◦ blue 27

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

Shades of Geebung #C3841B

Tints of Geebung #C3841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 55.08%
G = 37.29%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3841B (or 0xC3841B) is known color: Geebung. HEX triplet: C3, 84 and 1B. RGB value is (195,132,27). Sum of RGB (Red+Green+Blue) = 195+132+27=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3841B is #3C7BE4. Grayscale: #8B8B8B. Windows color (decimal): -3963877 or 1803459. OLE color: 1803459.

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

Color convert

RGB 195 132 27 -
CMYK 0 0.32 0.86 0.24
HSL 37.5º 0.76% 0.44% -
HSV(B) 37.5º 0.86% 0.76% -
XYZ 30.95 28.18 4.85 -
YUV 138.87 64.87 168.04 -
System Red Green Blue C M Y K H S L
Decimal 195 132 27 0 0.32 0.86 0.24 37.5 0.76 0.44
Hex C3 84 1B 0 20 56 18 26 4C 2C
Octal 303 204 33 0 40 126 30 46 114 54
Binary 11000011 10000100 11011 0 100000 1010110 11000 100110 1001100 101100

Color Harmonies of #C3841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3841B

Black with #C3841B

Text Example


Text Example

White with #C3841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3841B; }

 p { color: rgb(195,132,27); }

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

background-color css

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

 a { background-color: rgb(195,132,27); }

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

border-color css

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

 span { border-color: rgb(195,132,27); }

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