Html Css Color HEX #C38B2F Geebung

📋 copy color: '#C38B2F'

red 195 ◦ green 139 ◦ blue 47

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

Shades of Geebung #C38B2F

Tints of Geebung #C38B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

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

R = 51.18%
G = 36.48%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C38B2F (or 0xC38B2F) is known color: Geebung. HEX triplet: C3, 8B and 2F. RGB value is (195,139,47). Sum of RGB (Red+Green+Blue) = 195+139+47=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38B2F is #3C74D0. Grayscale: #919191. Windows color (decimal): -3962065 or 3115971. OLE color: 3115971.

HSL color Cylindrical-coordinate representation of color #C38B2F: hue angle of 37.3º 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 #C38B2F is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 47 -
CMYK 0 0.29 0.76 0.24
HSL 37.3º 0.61% 0.47% -
HSV(B) 37.3º 0.76% 0.76% -
XYZ 32.25 30.27 6.83 -
YUV 145.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 195 139 47 0 0.29 0.76 0.24 37.3 0.61 0.47
Hex C3 8B 2F 0 1D 4C 18 25 3D 2F
Octal 303 213 57 0 35 114 30 45 75 57
Binary 11000011 10001011 101111 0 11101 1001100 11000 100101 111101 101111

Color Harmonies of #C38B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B2F

Black with #C38B2F

Text Example


Text Example

White with #C38B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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