Html Css Color HEX #7B4330 Cumin

📋 copy color: '#7B4330'

red 123 ◦ green 67 ◦ blue 48

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

Shades of Cumin #7B4330

Tints of Cumin #7B4330

RGB

 RED value IS 123 (48.44% from 255) = 51.68%

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 51.68%
G = 28.15%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7B4330 (or 0x7B4330) is known color: Cumin. HEX triplet: 7B, 43 and 30. RGB value is (123,67,48). Sum of RGB (Red+Green+Blue) = 123+67+48=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4330 is #84BCCF. Grayscale: #515151. Windows color (decimal): -8699088 or 3163003. OLE color: 3163003.

HSL color Cylindrical-coordinate representation of color #7B4330: hue angle of 15.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B4330 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 67 48 -
CMYK 0 0.46 0.61 0.52
HSL 15.2º 0.44% 0.34% -
HSV(B) 15.2º 0.61% 0.48% -
XYZ 10.71 8.44 3.86 -
YUV 81.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 123 67 48 0 0.46 0.61 0.52 15.2 0.44 0.34
Hex 7B 43 30 0 2E 3D 34 F 2C 22
Octal 173 103 60 0 56 75 64 17 54 42
Binary 1111011 1000011 110000 0 101110 111101 110100 1111 101100 100010

Color Harmonies of #7B4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4330

Black with #7B4330

Text Example


Text Example

White with #7B4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B4330; }

 p { color: rgb(123,67,48); }

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

background-color css

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

 a { background-color: rgb(123,67,48); }

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

border-color css

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

 span { border-color: rgb(123,67,48); }

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